summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/truerendercontrol.cc')
-rw-r--r--otk/truerendercontrol.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc
index ffe5b181..47c97aa1 100644
--- a/otk/truerendercontrol.cc
+++ b/otk/truerendercontrol.cc
@@ -25,10 +25,11 @@ TrueRenderControl::TrueRenderControl(int screen)
_green_offset(0),
_blue_offset(0)
{
+ printf("Initializing TrueColor RenderControl\n");
+
const ScreenInfo *info = display->screenInfo(_screen);
XImage *timage = XCreateImage(**display, info->visual(), info->depth(),
ZPixmap, 0, NULL, 1, 1, 32, 0);
- printf("Initializing TrueColor RenderControl\n");
unsigned long red_mask, green_mask, blue_mask;