[gtk+/events-refactor: 507/1085] Fix prototype for gdk_device_core_get_state().



commit e61672d603750b3c715caa5fcc9b645459c2cbb7
Author: Carlos Garnacho <carlos lanedo com>
Date:   Fri Jul 10 19:55:15 2009 +0100

    Fix prototype for gdk_device_core_get_state().

 gdk/x11/gdkdevice-core.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gdk/x11/gdkdevice-core.c b/gdk/x11/gdkdevice-core.c
index 9fb81f5..789c400 100644
--- a/gdk/x11/gdkdevice-core.c
+++ b/gdk/x11/gdkdevice-core.c
@@ -20,7 +20,11 @@
 #include <gdk/gdkwindow.h>
 #include "gdkdevice-core.h"
 
-static void gdk_device_core_get_state ();
+static void gdk_device_core_get_state (GdkDevice       *device,
+                                       GdkWindow       *window,
+                                       gdouble         *axes,
+                                       GdkModifierType *mask);
+
 
 G_DEFINE_TYPE (GdkDeviceCore, gdk_device_core, GDK_TYPE_DEVICE)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]