[gtk+/events-refactor: 506/1085] Add set_window_cursor() vmethod to GdkDeviceClass.
- From: Carlos Garnacho <carlosg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/events-refactor: 506/1085] Add set_window_cursor() vmethod to GdkDeviceClass.
- Date: Tue, 29 Sep 2009 10:46:31 +0000 (UTC)
commit 386b9d652436c8d4553a51cc58430fb50f54e50c
Author: Carlos Garnacho <carlos lanedo com>
Date: Fri Jul 10 20:08:02 2009 +0100
Add set_window_cursor() vmethod to GdkDeviceClass.
gdk/gdkdevice.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index ba225d0..67ceff7 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -138,6 +138,10 @@ struct _GdkDeviceClass
gdouble *axes,
GdkAxisUse use,
gdouble *value);
+
+ void (* set_window_cursor) (GdkDevice *device,
+ GdkWindow *window,
+ GdkCursor *cursor);
};
GType gdk_device_get_type (void) G_GNUC_CONST;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]