[Xfce4-commits] r29498 - in xfwm4/trunk: . src
Olivier Fourdan
olivier at xfce.org
Tue Feb 17 10:31:29 CET 2009
Author: olivier
Date: 2009-02-17 09:31:28 +0000 (Tue, 17 Feb 2009)
New Revision: 29498
Modified:
xfwm4/trunk/ChangeLog
xfwm4/trunk/src/keyboard.c
Log:
* src/keyboard.c: Use proper type for returned value.
Modified: xfwm4/trunk/ChangeLog
===================================================================
--- xfwm4/trunk/ChangeLog 2009-02-17 00:24:18 UTC (rev 29497)
+++ xfwm4/trunk/ChangeLog 2009-02-17 09:31:28 UTC (rev 29498)
@@ -1,3 +1,7 @@
+2009-02-17 olivier
+
+ * src/keyboard.c: Use proper type for returned value.
+
2009-02-16 olivier
* src/events.c, src/client.c: Fix ICCCM synthetic unmap notify
Modified: xfwm4/trunk/src/keyboard.c
===================================================================
--- xfwm4/trunk/src/keyboard.c 2009-02-17 00:24:18 UTC (rev 29497)
+++ xfwm4/trunk/src/keyboard.c 2009-02-17 09:31:28 UTC (rev 29498)
@@ -122,7 +122,7 @@
gboolean
grabKey (Display * dpy, MyKey * key, Window w)
{
- gboolean status;
+ int status;
TRACE ("entering grabKey");
@@ -187,7 +187,7 @@
gboolean
grabButton (Display * dpy, int button, int modifier, Window w)
{
- gboolean status;
+ int status;
TRACE ("entering grabButton");
More information about the Xfce4-commits
mailing list