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

Collapse All | Expand All

(-)Mesa-7.10.2/src/glw/GLwDrawA.h (-2 / +2 lines)
Lines 177-184 Link Here
177
#endif
177
#endif
178
178
179
/* front ends to glXMakeCurrent and glXSwapBuffers */
179
/* front ends to glXMakeCurrent and glXSwapBuffers */
180
extern void GLwDrawingAreaMakeCurrent(Widget w,GLXContext ctx);
180
GLAPI void GLwDrawingAreaMakeCurrent(Widget w,GLXContext ctx);
181
extern void GLwDrawingAreaSwapBuffers(Widget w);
181
GLAPI void GLwDrawingAreaSwapBuffers(Widget w);
182
182
183
#ifdef __GLX_MOTIF
183
#ifdef __GLX_MOTIF
184
#ifdef _NO_PROTO
184
#ifdef _NO_PROTO

Return to bug 335169