[gtk+/xi2: 813/1239] GdkDevice: Add prototypes for query_state() and window_at_position().
- From: Carlos Garnacho <carlosg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/xi2: 813/1239] GdkDevice: Add prototypes for query_state() and window_at_position().
- Date: Tue, 29 Sep 2009 10:51:21 +0000 (UTC)
commit 39c73adb6472e47c6ac8dfd543d5d9bd32e65d63
Author: Carlos Garnacho <carlos lanedo com>
Date: Fri Aug 21 19:25:10 2009 +0200
GdkDevice: Add prototypes for query_state() and window_at_position().
gdk/gdkdeviceprivate.h | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkdeviceprivate.h b/gdk/gdkdeviceprivate.h
index ca6bd21..123dab2 100644
--- a/gdk/gdkdeviceprivate.h
+++ b/gdk/gdkdeviceprivate.h
@@ -58,6 +58,18 @@ struct _GdkDeviceClass
GdkScreen *screen,
gint x,
gint y);
+ gboolean (* query_state) (GdkDevice *device,
+ GdkWindow *window,
+ GdkWindow **root_window,
+ GdkWindow **child_window,
+ gint *root_x,
+ gint *root_y,
+ gint *win_x,
+ gint *win_y,
+ GdkModifierType *mask);
+ GdkWindow * (* window_at_position) (GdkDevice *device,
+ gint *win_x,
+ gint *win_y);
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]