summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-05 05:27:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-05 05:27:11 +0000
commite5561940f2a3720d1c514afdff92cf327236f550 (patch)
treee42dc1699bc92480897ac5b894ebfac48097b059 /gdk/x11/gdkdisplay-x11.c
parent58a7f9f72ac188215130697be1982459f9b0cc4d (diff)
downloadgtk+-e5561940f2a3720d1c514afdff92cf327236f550.tar.gz
Move the grabs up earlier, so we don't get a big pile of uncompressed
Sat Jul 5 00:49:32 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up earlier, so we don't get a big pile of uncompressed motion events before the grab takes effect. * gtk/gtkdnd.c (gtk_drag_update_icon): Call gdk_window_process_all_updates() so that the area we are dragging over gets a change to redraw. * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use gdk_window_get_position(), not gdk_window_get_origin(). * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext) gdkdisplay-x11.h: use XShapeQueryExtension to avoid duplicate XQueryExtension when we actually use it. Remove unnecessary caching in GdkDisplayX11.
Diffstat (limited to 'gdk/x11/gdkdisplay-x11.c')
-rw-r--r--gdk/x11/gdkdisplay-x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c
index 969ccb71ed..30dbde9c73 100644
--- a/gdk/x11/gdkdisplay-x11.c
+++ b/gdk/x11/gdkdisplay-x11.c
@@ -180,7 +180,6 @@ gdk_display_open (const gchar *display_name)
10, 10, 10, 10, 0, 0, 0);
display_x11->leader_window_title_set = FALSE;
- display_x11->have_shape = GDK_UNKNOWN;
display_x11->gravity_works = GDK_UNKNOWN;
display_x11->have_render = GDK_UNKNOWN;