summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-04 00:26:45 +0000
committerDana Jansens <danakj@orodu.net>2002-12-04 00:26:45 +0000
commit1fa445c88033e564a25d907a7f478e76bff9e89e (patch)
treecb39dff31461cccbeefafd2ae2007a31b3b8be2d /otk
parentbbdfd8f1d6b46954f5611f245ee2c68aa2fe91ce (diff)
handle configure requests
Diffstat (limited to 'otk')
-rw-r--r--otk/eventdispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc
index 69fa3d5a..2a0c4448 100644
--- a/otk/eventdispatcher.cc
+++ b/otk/eventdispatcher.cc
@@ -33,7 +33,7 @@ void OtkEventDispatcher::clearHandler(Window id)
{
_map.erase(id);
}
-#include <stdio.h>
+
void OtkEventDispatcher::dispatchEvents(void)
{
XEvent e;