summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index 123fd1bf..d3926745 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -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;
};
}