diff options
author | jacob berkman <jacob@ximian.com> | 2001-12-11 01:33:02 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2001-12-11 01:33:02 +0000 |
commit | 01db4789148d6893273d7b398224cc62a72371f2 (patch) | |
tree | 0eb985cd4fba4d685f21a10ba59599e20c668ce7 /ChangeLog.pre-2-0 | |
parent | ee17d020ebd3c963be97bde12952471f29d285d3 (diff) | |
download | gtk+-01db4789148d6893273d7b398224cc62a72371f2.tar.gz |
do not grab things if the nograb debug flag is set
2001-12-10 jacob berkman <jacob@ximian.com>
* gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer):
* gdk/x11/gdkmain-x11.c (gdk_pointer_grab):
(gdk_keyboard_grab): do not grab things if the nograb debug flag
is set
* gdk/gdkinternals.h:
* gdk/gdk.c: add nograbs debug flag to disable grabs of the
keyboard / mouse
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman <jacob@ximian.com> + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I |