[gtk+/xi2: 1146/1239] GdkWindow: export gdk_window_set_device_events() in the header.
- From: Carlos Garnacho <carlosg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/xi2: 1146/1239] GdkWindow: export gdk_window_set_device_events() in the header.
- Date: Tue, 29 Sep 2009 10:56:39 +0000 (UTC)
commit 2ac19cbc85f5190e9d8274d2ddbdb5d4f86890b9
Author: Carlos Garnacho <carlos gnome org>
Date: Tue Sep 15 14:37:11 2009 +0200
GdkWindow: export gdk_window_set_device_events() in the header.
gdk/gdkwindow.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index 5d24a7b..d22d1cb 100644
--- a/gdk/gdkwindow.h
+++ b/gdk/gdkwindow.h
@@ -573,6 +573,9 @@ GList * gdk_window_peek_children (GdkWindow *window);
GdkEventMask gdk_window_get_events (GdkWindow *window);
void gdk_window_set_events (GdkWindow *window,
GdkEventMask event_mask);
+void gdk_window_set_device_events (GdkWindow *window,
+ GdkDevice *device,
+ GdkEventMask event_mask);
void gdk_window_set_icon_list (GdkWindow *window,
GList *pixbufs);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]