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
This commit is contained in:
alexm 2003-04-10 10:14:47 +00:00
parent bcb9e0bf47
commit 4b6a644e69
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-04-10 12:12 Alexander Malmberg <alexander@malmberg.org>
* 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 <alexander@malmberg.org>
* Source/art/ARTContext.m, Source/art/blit.h: Clean up includes.

View file

@ -514,7 +514,6 @@ static int warn = 0;
if (pixmap)
{
XFreePixmap(display,pixmap);
XSetWindowBackground(display,window->ident,None);
pixmap=0;
}