X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=42e685de87a7a81dddcce4d5b6ce191cee51a254;hb=7d153b742bcdf4056ac5e70f8d039f13c12319b7;hp=54551aa3f32b27d89a204712f0ae316789fcb657;hpb=24a1e215d1f8d2ff1674847278a15336d4b671b6;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 54551aa3..42e685de 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -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 // // Permission is hereby granted, free of charge, to any person obtaining a @@ -62,6 +62,12 @@ public: inline bool managed() const { return _managed; } void processEvent(const XEvent &e); + + void handleKeypress(const XEvent &e); + + void cycleWorkspace(const bool forward)const; + void changeWorkspace(const int num)const; + void toggleShaded(const Window win) const; }; #endif // __screen_hh