Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238063 | Differences between
and this patch

Collapse All | Expand All

(-)ap_client_main.cpp.orig (+2 lines)
Lines 312-318 Link Here
312
  boinc_get_init_data(app_init_data);
312
  boinc_get_init_data(app_init_data);
313
  // We've moved the state variable into the graphics shmem segment,
313
  // We've moved the state variable into the graphics shmem segment,
314
  // so we always need to initialize graphics.
314
  // so we always need to initialize graphics.
315
 #ifdef BOINC_APP_GRAPHICS
315
  ap_graphics_init(app_init_data);  
316
  ap_graphics_init(app_init_data);  
317
 #endif BOINC_APP_GRAPHICS
316
318
317
319
318
  /* Possible arguments:
320
  /* Possible arguments:

Return to bug 238063