]> Dogcows Code - chaz/openbox/blobdiff - otk/eventhandler.hh
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press...
[chaz/openbox] / otk / eventhandler.hh
index 000efb53ebc8067cc55f0060a41a9b1d94afb4c6..ea273ef4375e8f5cbc41fafc7bd4c0767a8edeb1 100644 (file)
@@ -10,7 +10,7 @@ namespace otk {
 class OtkEventHandler{
 public:
   //! Dispatches events to one of the other handlers based on their type.
-  int handle(const XEvent &e);
+  virtual int handle(const XEvent &e);
 
   //! Called whenever any key is pressed.
   virtual int keyPressHandler(const XKeyEvent &) {return 1;}
This page took 0.030175 seconds and 4 git commands to generate.