]> Dogcows Code - chaz/openbox/blobdiff - otk/eventhandler.hh
use otk objects in the ob scripts by importing otk
[chaz/openbox] / otk / eventhandler.hh
index 96bdff94432f2721f5eadef258848d2c7f5fda34..f2457568d81ada4fd9e46cde254948e2fd5f320c 100644 (file)
@@ -1,3 +1,4 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
 #ifndef __eventhandler__hh
 #define __eventhandler__hh
 
@@ -16,7 +17,7 @@ extern "C" {
 
 namespace otk {
 
-class OtkEventHandler {
+class EventHandler {
 public:
   //! Dispatches events to one of the other handlers based on their type.
   virtual void handle(const XEvent &e);
@@ -134,14 +135,14 @@ public:
   virtual void xkbHandler(const XkbEvent &) {}
 #endif // XKB
 
-  virtual ~OtkEventHandler();
+  virtual ~EventHandler();
 
 protected:
-  /*! Constructor for the OtkEventHandler class.
-    This is protected so that OtkEventHandlers can't be instantiated on their
+  /*! Constructor for the EventHandler class.
+    This is protected so that EventHandlers can't be instantiated on their
     own.
   */
-  OtkEventHandler();
+  EventHandler();
 
 private:
 };
This page took 0.027369 seconds and 4 git commands to generate.