]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
make both for's work teh same way
[chaz/openbox] / util / epist / screen.hh
index 54551aa3f32b27d89a204712f0ae316789fcb657..06b2cb0936d398b81333f82719bf45f08f5da1a5 100644 (file)
@@ -1,5 +1,5 @@
 // -*- mode: C++; indent-tabs-mode: nil; -*-
-// screen.hh for Epistory - a key handler for NETWM/EWMH window managers.
+// screen.hh for Epistophy - a key handler for NETWM/EWMH window managers.
 // Copyright (c) 2002 - 2002 Ben Jansens <ben at orodu.net>
 //
 // Permission is hereby granted, free of charge, to any person obtaining a
@@ -62,6 +62,10 @@ public:
   inline bool managed() const { return _managed; }
   
   void processEvent(const XEvent &e);
+
+  void handleKeypress(const XEvent &e);
+
+  void cycleWorkspace(const bool forward);
 };
 
 #endif // __screen_hh
This page took 0.019779 seconds and 4 git commands to generate.