summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-11 21:50:06 +0000
committerDana Jansens <danakj@orodu.net>2003-02-11 21:50:06 +0000
commit58847af218e486f5c1a34ffe947a961a74f97c0a (patch)
tree99effbba133c3d8d139b2c334cc7360bac872b7e /otk/rendercontrol.hh
parente429ce39deaf4a8d5975e871af0530634ea2a63e (diff)
store the pixel32 data in the surface so it can be reused
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 781c32d4..7d629b6c 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -7,10 +7,11 @@ extern "C" {
#include <X11/Xutil.h>
}
+#include "surface.hh"
+
namespace otk {
class ScreenInfo;
-class Surface;
class RenderTexture;
class Font;
class RenderColor;