summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-04 09:25:26 +0000
committerDana Jansens <danakj@orodu.net>2002-11-04 09:25:26 +0000
commit45c2589ef6e6576604543229dfa1582d471e6a94 (patch)
tree2060f26ae9f444f1bc24abb60f95a92014806149 /otk
parent7ebccbf39a02d4185b09728c5d55910742d926ff (diff)
xeventhandler can handle everything except client messages now.
blackbox is no longer the event handler
Diffstat (limited to 'otk')
-rw-r--r--otk/display.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/otk/display.cc b/otk/display.cc
index c30855d6..b6fcab07 100644
--- a/otk/display.cc
+++ b/otk/display.cc
@@ -41,9 +41,9 @@ namespace otk {
Display *OBDisplay::display = (Display*) 0;
bool OBDisplay::_shape = false;
-int OBDisplay::_shape_event_basep;
+int OBDisplay::_shape_event_basep = 0;
bool OBDisplay::_xinerama = false;
-int OBDisplay::_xinerama_event_basep;
+int OBDisplay::_xinerama_event_basep = 0;
unsigned int OBDisplay::_mask_list[8];
OBDisplay::ScreenInfoList OBDisplay::_screenInfoList;
BGCCache *OBDisplay::_gccache = (BGCCache*) 0;