diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-08-09 19:21:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-09 19:21:42 +0000 |
commit | 1fd016f13d1d93f66d3e329aa6c89b1b71e9b504 (patch) | |
tree | 8d01434138ef76b0010c09341f0d0df76e814375 /gdk/gdk.h | |
parent | 5a5f1a30a45ade560b398532d6c894a0b8e80a3c (diff) | |
download | gtk+-1fd016f13d1d93f66d3e329aa6c89b1b71e9b504.tar.gz |
Add the exported functions gdk_rgb_colormap_ditherable(),
Mon Aug 9 15:19:34 2004 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.h:
* gdk/gdkrgb.h: Add the exported functions
gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
gdk_keyboard_grab_info_libgtk_only() to the appropriate
headers.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -115,6 +115,13 @@ GdkGrabStatus gdk_keyboard_grab (GdkWindow *window, gboolean owner_events, guint32 time_); +gboolean gdk_pointer_grab_info_libgtk_only (GdkDisplay *display, + GdkWindow **grab_window, + gboolean *owner_events); +gboolean gdk_keyboard_grab_info_libgtk_only (GdkDisplay *display, + GdkWindow **grab_window, + gboolean *owner_events); + #ifndef GDK_MULTIHEAD_SAFE void gdk_pointer_ungrab (guint32 time_); void gdk_keyboard_ungrab (guint32 time_); |