[Xfce4-commits] r23588 - xfwm4/trunk/src
Olivier Fourdan
olivier at xfce.org
Wed Nov 1 22:13:53 CET 2006
Author: olivier
Date: 2006-11-01 21:13:52 +0000 (Wed, 01 Nov 2006)
New Revision: 23588
Modified:
xfwm4/trunk/src/client.c
Log:
Fix compilation warnings
Modified: xfwm4/trunk/src/client.c
===================================================================
--- xfwm4/trunk/src/client.c 2006-11-01 20:50:19 UTC (rev 23587)
+++ xfwm4/trunk/src/client.c 2006-11-01 21:13:52 UTC (rev 23588)
@@ -1083,7 +1083,6 @@
ScreenInfo *screen_info;
DisplayInfo *display_info;
XSyncAlarmAttributes values;
- XSyncValue wait_value;
g_return_if_fail (c != NULL);
g_return_if_fail (c->xsync_counter != None);
@@ -1113,6 +1112,7 @@
&values);
}
+static void
clientDestroyXSyncAlarm (Client *c)
{
ScreenInfo *screen_info;
@@ -3883,7 +3883,8 @@
}
}
-static clientResizeConfigure (Client *c, int px, int py, int pw, int ph)
+static void
+clientResizeConfigure (Client *c, int px, int py, int pw, int ph)
{
XWindowChanges wc;
unsigned long value_mask;
More information about the Xfce4-commits
mailing list