From 4f87fefb51de750e3945f29f3492975118473b94 Mon Sep 17 00:00:00 2001 From: "Bradford Hovinen (Gdict maintainer)" Date: Thu, 21 Dec 2000 20:43:59 +0000 Subject: [PATCH] Uncommented commented-out XGrabServer/XUngrabServer --- capplets/background/applier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capplets/background/applier.c b/capplets/background/applier.c index 94c7a524d..46ebce8ba 100644 --- a/capplets/background/applier.c +++ b/capplets/background/applier.c @@ -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 ()); }