]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.hh
compiles
[chaz/openbox] / otk / rendercontrol.hh
index 123fd1bfb115a42d5c6c9a26c8fbde1c6ee07bfc..d3926745317b84d302f3e6a904ef31352890fcce 100644 (file)
@@ -4,6 +4,7 @@
 
 extern "C" {
 #include <X11/Xlib.h>
+#include <X11/Xutil.h>
 }
 
 namespace otk {
@@ -66,7 +67,7 @@ public:
 
   static RenderControl *getRenderControl(int screen);
 
-  virtual void render(::Drawable d);
+  virtual void render(::Drawable d) = 0;
 };
 
 }
This page took 0.019825 seconds and 4 git commands to generate.