From 6e7c341d1fb7ec063b416c47bc226f97c082c7aa Mon Sep 17 00:00:00 2001 From: Alexander Malmberg Date: Thu, 10 Apr 2003 10:14:47 +0000 Subject: [PATCH] Don't explicitly set the X window's background pixmap back to None. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16411 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/x11/XWindowBuffer.m | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 366c451..e38cfe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-10 12:12 Alexander Malmberg + + * Source/x11/XWindowBuffer.m (-dealloc): Don't explicitly set the + X window's background pixmap back to None. + 2003-04-02 14:04 Alexander Malmberg * Source/art/ARTContext.m, Source/art/blit.h: Clean up includes. diff --git a/Source/x11/XWindowBuffer.m b/Source/x11/XWindowBuffer.m index 7ecfa32..9383b4f 100644 --- a/Source/x11/XWindowBuffer.m +++ b/Source/x11/XWindowBuffer.m @@ -514,7 +514,6 @@ static int warn = 0; if (pixmap) { XFreePixmap(display,pixmap); - XSetWindowBackground(display,window->ident,None); pixmap=0; }