X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=util%2Fepist%2Fscreen.hh;h=87eeff74807154ef824f6e64d9be806f116fc597;hb=91b078433073e674c0844de44124dbce4d1e2b82;hp=6d0c87ba6922c3853c01a99469198307bf715324;hpb=28594da6de001f1d8b6b975286032302db3a6491;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 6d0c87ba..87eeff74 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -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 // // 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