mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
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:
parent
bcb9e0bf47
commit
4b6a644e69
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -514,7 +514,6 @@ static int warn = 0;
|
|||
if (pixmap)
|
||||
{
|
||||
XFreePixmap(display,pixmap);
|
||||
XSetWindowBackground(display,window->ident,None);
|
||||
pixmap=0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue