Uncommented commented-out XGrabServer/XUngrabServer

This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2000-12-21 20:43:59 +00:00
parent 5493103f0b
commit 4f87fefb51

View file

@ -1208,7 +1208,7 @@ set_root_pixmap (Pixmap pixmap)
gint format;
guchar *data_esetroot;
/* XGrabServer (GDK_DISPLAY ()); */
XGrabServer (GDK_DISPLAY ());
XGetWindowProperty (GDK_DISPLAY (), GDK_ROOT_WINDOW (),
gdk_atom_intern ("ESETROOT_PMAP_ID", FALSE),
@ -1249,7 +1249,7 @@ set_root_pixmap (Pixmap pixmap)
}
XClearWindow (GDK_DISPLAY (), GDK_ROOT_WINDOW ());
/* XUngrabServer (GDK_DISPLAY ()); */
XUngrabServer (GDK_DISPLAY ());
XFlush(GDK_DISPLAY ());
}