diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-18 01:52:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-18 01:52:02 +0000 |
| commit | d264dbca0c51ff3dfacb66eb66543a0088447aa3 (patch) | |
| tree | 76850ca3b7d6f2403b0ee16e353d40c48907d8f3 /otk/rendercontrol.hh | |
| parent | 24b33ef877808f0af5b967f21c011ab8b314e780 (diff) | |
compiles
Diffstat (limited to 'otk/rendercontrol.hh')
| -rw-r--r-- | otk/rendercontrol.hh | 3 |
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; }; } |
