summaryrefslogtreecommitdiff
path: root/src/stacking.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2009-09-10 14:11:17 +0200
committerOlivier Fourdan <fourdan@xfce.org>2009-09-10 14:11:17 +0200
commitf7582c64227880e7bbfc623004f6f2413ebbdbbe (patch)
treef06cd84271dceb5b65fe0cfab88be303936b8bda /src/stacking.h
parent8d9cb7fdabb0229e5db46646fdf54124e9307021 (diff)
downloadxfwm4-f7582c64227880e7bbfc623004f6f2413ebbdbbe.tar.gz
Simplify the tabwin/cycle code,
Sanitize build with -Wall -Werror
Diffstat (limited to 'src/stacking.h')
-rw-r--r--src/stacking.h4
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,