[Xfce4-commits] [xfce/xfwm4] 02/03: Fix compiler warning
noreply at xfce.org
noreply at xfce.org
Mon Jun 15 21:39:16 CEST 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit d7314a2e2621cf66aa3346ee165ea107d107f5ce
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Mon Jun 15 20:46:44 2015 +0200
Fix compiler warning
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/netwm.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/netwm.c b/src/netwm.c
index ef3552c..9826c8c 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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list