diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-19 21:00:09 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-19 22:45:51 -0400 |
commit | 037755122e9011c768e5caa4d4cb83aba783d3e9 (patch) | |
tree | 9191eec52cd546d61391fee90a2d6035c0720366 /src/glx/glxclient.h | |
parent | 8d0228912bfef173139296a96a097f1a6348c963 (diff) |
glx: Don't use __glXInitialize() when we might be holding __glXLock()
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 65dc26b3fcc..207908f7e25 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -523,6 +523,8 @@ struct __GLXscreenConfigsRec */ const struct glx_context_vtable *direct_context_vtable; + __GLXdisplayPrivate *display; + #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) /** * Per screen direct rendering interface functions and data. |