summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 00:14:44 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 00:14:44 +0000
commitdd6f90684899e8e26e653af4b2e7e7eab1abf798 (patch)
tree6abc26138d2e929dc05cad1435ec02664eb4c988 /otk
parent17d63184998b747e1a0554dc4364a36238b039e1 (diff)
compiles with the new render subsystem...
Diffstat (limited to 'otk')
-rw-r--r--otk/otk.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/otk/otk.hh b/otk/otk.hh
index 74fbac55..ec680130 100644
--- a/otk/otk.hh
+++ b/otk/otk.hh
@@ -13,21 +13,21 @@
#include "application.hh"
#include "assassin.hh"
#include "button.hh"
-#include "color.hh"
+#include "rendercolor.hh"
#include "configuration.hh"
#include "display.hh"
#include "font.hh"
-#include "gccache.hh"
-#include "image.hh"
+//#include "gccache.hh"
+#include "rendercontrol.hh"
#include "label.hh"
#include "point.hh"
#include "property.hh"
#include "rect.hh"
#include "screeninfo.hh"
#include "strut.hh"
-#include "style.hh"
+#include "renderstyle.hh"
#include "surface.hh"
-#include "texture.hh"
+#include "rendertexture.hh"
#include "timer.hh"
#include "util.hh"
#include "ustring.hh"