]> git.cworth.org Git - apitrace/blobdiff - glws.hpp
Understand D3DFMT_RAWZ too.
[apitrace] / glws.hpp
index 8f4a845e0207b95b5052a6b45fe6194800647215..7f4b52d9db9526bc9e8d8b78321d86be6751b4a8 100644 (file)
--- a/glws.hpp
+++ b/glws.hpp
@@ -86,19 +86,10 @@ public:
 class WindowSystem
 {
 public:
-    Drawable *currentDrawable;
-    Context *currentContext;
-
-
-    inline WindowSystem() :
-        currentDrawable(NULL),
-        currentContext(NULL)
-    {}
-
     virtual ~WindowSystem() {}
 
     virtual Visual *
-    createVisual(bool doubleBuffer=false) = 0;
+    createVisual(bool doubleBuffer = false) = 0;
     
     virtual Drawable *
     createDrawable(const Visual *visual) = 0;