Author: dannym
Date: 2007-02-03 14:22:37 +0000 (Sat, 03 Feb 2007)
New Revision: 24829
Modified:
libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-xutils.c
Log:
shut warnings
Modified: libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-xutils.c
===================================================================
--- libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-xutils.c 2007-02-03
14:22:01 UTC (rev 24828)
+++ libxfcegui4/branches/xfce_4_4/libxfcegui4/netk-xutils.c 2007-02-03
14:22:37 UTC (rev 24829)
@@ -2201,10 +2201,10 @@
return FALSE;
}
- *x = data[0];
- *y = data[1];
- *width = data[2];
- *height = data[3];
+ *x = (int) data[0];
+ *y = (int) data[1];
+ *width = (int) data[2];
+ *height = (int) data[3];
XFree (data);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits