parameter to doWindowAction
This commit is contained in:
parent
df11c56ca0
commit
71bb7a8f7c
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: fluxbox.hh,v 1.10 2002/02/17 18:42:15 fluxgen Exp $
|
||||
// $Id: fluxbox.hh,v 1.11 2002/02/20 23:12:46 fluxgen Exp $
|
||||
|
||||
#ifndef FLUXBOX_HH
|
||||
#define FLUXBOX_HH
|
||||
|
@ -209,7 +209,7 @@ private:
|
|||
void handleUnmapNotify(XUnmapEvent &ue);
|
||||
void handleClientMessage(XClientMessageEvent &ce);
|
||||
void handleKeyEvent(XKeyEvent &ke);
|
||||
void doWindowAction(Keys::KeyAction action);
|
||||
void doWindowAction(Keys::KeyAction action, const int param);
|
||||
#ifdef GNOME
|
||||
bool checkGnomeAtoms(XClientMessageEvent &ce);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue