Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277099
Collapse All | Expand All

(-)a/src/glx/x11/drisw_glx.c (+2 lines)
Lines 405-410 Link Here
405
   psp->createContext = driCreateContext;
405
   psp->createContext = driCreateContext;
406
   psp->createDrawable = driCreateDrawable;
406
   psp->createDrawable = driCreateDrawable;
407
   psp->swapBuffers = driSwapBuffers;
407
   psp->swapBuffers = driSwapBuffers;
408
   psp->waitX = NULL;
409
   psp->waitGL = NULL;
408
410
409
   return psp;
411
   return psp;
410
412

Return to bug 277099