summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 01:52:02 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 01:52:02 +0000
commitd264dbca0c51ff3dfacb66eb66543a0088447aa3 (patch)
tree76850ca3b7d6f2403b0ee16e353d40c48907d8f3 /otk/rendercontrol.hh
parent24b33ef877808f0af5b967f21c011ab8b314e780 (diff)
compiles
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;
};
}