]> git.cworth.org Git - apitrace/blobdiff - glws_glx.cpp
Dump the full set of constants on D3D.
[apitrace] / glws_glx.cpp
index 7d286a526f8cb7dd96625c9319fbded9e0b07391..67a88290b7988804bb0f3c4c16c30fc083d6451a 100644 (file)
@@ -196,7 +196,7 @@ public:
     makeCurrent(Drawable *drawable, Context *context)
     {
         if (!drawable || !context) {
-            return glXMakeCurrent(display, NULL, NULL);
+            return glXMakeCurrent(display, None, NULL);
         } else {
             GlxDrawable *glxDrawable = dynamic_cast<GlxDrawable *>(drawable);
             GlxContext *glxContext = dynamic_cast<GlxContext *>(context);