]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.cc
make setStyle virtual
[chaz/openbox] / otk / eventdispatcher.cc
index 0d861b3670ce286f4ca36539b8efc72697700535..30996de003250ba9c5ce3745cc1a435a9378c673 100644 (file)
@@ -1,9 +1,17 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif
+
 #include "eventdispatcher.hh"
 #include "display.hh"
+#include <iostream>
 
 namespace otk {
 
 OtkEventDispatcher::OtkEventDispatcher()
+  : _fallback(0)
 {
 }
 
This page took 0.021027 seconds and 4 git commands to generate.