]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
dont pass bound keys through to the application
[chaz/openbox] / util / epist / screen.hh
index 8b7344d4a476fadfd7edaf5eee875a31f1eb0e0c..42e685de87a7a81dddcce4d5b6ce191cee51a254 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
@@ -65,7 +65,9 @@ public:
 
   void handleKeypress(const XEvent &e);
 
-  void cycleWorkspace(const bool forward);
+  void cycleWorkspace(const bool forward)const;
+  void changeWorkspace(const int num)const;
+  void toggleShaded(const Window win) const;
 };
 
 #endif // __screen_hh
This page took 0.0215340000000001 seconds and 4 git commands to generate.