X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;fp=util%2Fepist%2Fscreen.hh;h=a07831e805af8ba06839f5fab7aa7fa3f27d447b;hb=75b6a5a378966efc09c355109ab42467ddc6d845;hp=87eeff74807154ef824f6e64d9be806f116fc597;hpb=ef66d63b422bd7dc6de9d4dd28b7f7e7c0624e05;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;