summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-08-09 19:21:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-09 19:21:42 +0000
commit1fd016f13d1d93f66d3e329aa6c89b1b71e9b504 (patch)
tree8d01434138ef76b0010c09341f0d0df76e814375 /gdk/gdk.h
parent5a5f1a30a45ade560b398532d6c894a0b8e80a3c (diff)
downloadgtk+-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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 6c33687adb..6fcdbf3856 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -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_);