diff options
author | rathnor <rathnor> | 2003-06-15 11:37:53 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-06-15 11:37:53 (GMT) |
commit | 1856480901f1aed0235300f17ebcf827c9bf9aac (patch) | |
tree | ebc6900a790ce2fefb1f828b84ec597d65a34b0d /src/Screen.hh | |
parent | 97fcf60f46000fc2770a00ed4a76df90f13d9ab3 (diff) | |
download | fluxbox-1856480901f1aed0235300f17ebcf827c9bf9aac.zip fluxbox-1856480901f1aed0235300f17ebcf827c9bf9aac.tar.bz2 |
fix up nextFocus/prevFocu for cycling through groups (not just clients)
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index e696498..a90ca29 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.hh,v 1.104 2003/06/12 15:22:59 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.105 2003/06/15 11:37:53 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -339,7 +339,7 @@ public: | |||
339 | UNDERMOUSEPLACEMENT, LEFTRIGHT, RIGHTLEFT, TOPBOTTOM, BOTTOMTOP }; | 339 | UNDERMOUSEPLACEMENT, LEFTRIGHT, RIGHTLEFT, TOPBOTTOM, BOTTOMTOP }; |
340 | 340 | ||
341 | // prevFocus/nextFocus option bits | 341 | // prevFocus/nextFocus option bits |
342 | enum { CYCLESKIPLOWERTABS = 0x01, CYCLESKIPSTUCK = 0x02, CYCLESKIPSHADED = 0x04, | 342 | enum { CYCLEGROUPS = 0x01, CYCLESKIPSTUCK = 0x02, CYCLESKIPSHADED = 0x04, |
343 | CYCLELINEAR = 0x08, CYCLEDEFAULT = 0x00 }; | 343 | CYCLELINEAR = 0x08, CYCLEDEFAULT = 0x00 }; |
344 | 344 | ||
345 | class ScreenSubject:public FbTk::Subject { | 345 | class ScreenSubject:public FbTk::Subject { |
@@ -359,7 +359,7 @@ private: | |||
359 | 359 | ||
360 | void initMenu(); | 360 | void initMenu(); |
361 | 361 | ||
362 | bool doSkipWindow(const FluxboxWindow *w, int options); | 362 | bool doSkipWindow(const WinClient &winclient, int options); |
363 | 363 | ||
364 | void renderGeomWindow(); | 364 | void renderGeomWindow(); |
365 | 365 | ||