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

Collapse All | Expand All

(-)dlls/opengl32/opengl_ext.h (-1 / +1 lines)
Lines 59-65 Link Here
59
59
60
/* As GLX relies on X, this is needed */
60
/* As GLX relies on X, this is needed */
61
void enter_gl(void);
61
void enter_gl(void);
62
#define ENTER_GL() enter_gl()
62
#define ENTER_GL() wine_tsx11_lock_ptr()
63
#define LEAVE_GL() wine_tsx11_unlock_ptr()
63
#define LEAVE_GL() wine_tsx11_unlock_ptr()
64
64
65
65

Return to bug 123487