X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=util%2Fepist%2Fscreen.hh;h=55b0babd04f4147cb0d09dce19f30fbf6243c435;hb=c9be3ee06121bc4d0dec3586918607f18dabdb89;hp=8b7344d4a476fadfd7edaf5eee875a31f1eb0e0c;hpb=f586e55a8cd3d740a1b7b3a0801bad27030926f9;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 8b7344d4..55b0babd 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 @@ -65,7 +65,10 @@ public: void handleKeypress(const XEvent &e); - void cycleWorkspace(const bool forward); + void cycleWindow(const bool forward) const; + void cycleWorkspace(const bool forward) const; + void changeWorkspace(const int num) const; + void toggleShaded(const Window win) const; }; #endif // __screen_hh