X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=a07831e805af8ba06839f5fab7aa7fa3f27d447b;hb=083e9491e829c1cedc97d8a07a3df0a8b0bdea41;hp=87eeff74807154ef824f6e64d9be806f116fc597;hpb=5b088be950ce6e6a496b573e81dabeb54bd740ef;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 87eeff74..a07831e8 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -76,11 +76,13 @@ public: void handleKeypress(const XEvent &e); void updateEverything(); - void cycleWindow(const bool forward, const bool allscreens = false, + void cycleWindow(const bool forward, const int increment, + const bool allscreens = false, const bool alldesktops = false, const bool sameclass = false, const std::string &classname = "") const; - void cycleWorkspace(const bool forward, const bool loop = true) const; + void cycleWorkspace(const bool forward, const int increment, + const bool loop = true) const; void changeWorkspace(const int num) const; void toggleShaded(const Window win) const; void execCommand(const std::string &cmd) const;