]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
don't actually focus windows when adding them to the current workspace. this is alrea...
[chaz/openbox] / util / epist / screen.hh
index 6d0c87ba6922c3853c01a99469198307bf715324..87eeff74807154ef824f6e64d9be806f116fc597 100644 (file)
@@ -1,5 +1,5 @@
 // -*- mode: C++; indent-tabs-mode: nil; -*-
-// screen.hh for Epistophy - a key handler for NETWM/EWMH window managers.
+// screen.hh for Epistrophy - 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
@@ -86,6 +86,7 @@ public:
   void execCommand(const std::string &cmd) const;
 
   void grabKey(const KeyCode keyCode, const int modifierMask) const;
+  void ungrabKey(const KeyCode keyCode, const int modifierMask) const;
 };
 
 #endif // __screen_hh
This page took 0.023831 seconds and 4 git commands to generate.