diff options
author | Olivier Fourdan <fourdan@xfce.org> | 2009-09-10 14:11:17 +0200 |
---|---|---|
committer | Olivier Fourdan <fourdan@xfce.org> | 2009-09-10 14:11:17 +0200 |
commit | f7582c64227880e7bbfc623004f6f2413ebbdbbe (patch) | |
tree | f06cd84271dceb5b65fe0cfab88be303936b8bda /src/stacking.h | |
parent | 8d9cb7fdabb0229e5db46646fdf54124e9307021 (diff) | |
download | xfwm4-f7582c64227880e7bbfc623004f6f2413ebbdbbe.tar.gz |
Simplify the tabwin/cycle code,
Sanitize build with -Wall -Werror
Diffstat (limited to 'src/stacking.h')
-rw-r--r-- | src/stacking.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stacking.h b/src/stacking.h index c65b92deb..b7eccc44e 100644 --- a/src/stacking.h +++ b/src/stacking.h @@ -37,10 +37,10 @@ Client *clientGetHighestTransientOrModalFor (Client *); gboolean clientIsTopMost (Client *); Client *clientGetTopMostForGroup (Client *); Client *clientGetNextTopMost (ScreenInfo *, - int, + guint, Client *); Client *clientGetBottomMost (ScreenInfo *, - int, + guint, Client *); Client *clientAtPosition (ScreenInfo *, int, |