summaryrefslogtreecommitdiff
path: root/src/netwm.c
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2015-06-15 20:46:44 +0200
committerOlivier Fourdan <fourdan@xfce.org>2015-06-15 21:39:06 +0200
commitd7314a2e2621cf66aa3346ee165ea107d107f5ce (patch)
treefd16ffe1aefa0029f5bb840cd1ce9181e3e1cb79 /src/netwm.c
parent43e76c7bdfa6db6bf95f576723dc5e41cc15f59e (diff)
downloadxfwm4-d7314a2e2621cf66aa3346ee165ea107d107f5ce.tar.gz
Fix compiler warning
Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'src/netwm.c')
-rw-r--r--src/netwm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/netwm.c b/src/netwm.c
index ef3552ce1..9826c8c3e 100644
--- a/src/netwm.c
+++ b/src/netwm.c
@@ -594,8 +594,7 @@ clientNetMoveResize (Client * c, XClientMessageEvent * ev)
{
ScreenInfo *screen_info;
DisplayInfo *display_info;
- unsigned int button_mask;
- int x_root, y_root, dx, dy, action, button;
+ int x_root, y_root, action, button;
int corner;
gboolean resize; /* true == resize, false == move */
XEvent *event;