mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 08:51:03 +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
e3eb6597e1
commit
6e7c341d1f
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>
|
2003-04-02 14:04 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/art/ARTContext.m, Source/art/blit.h: Clean up includes.
|
* Source/art/ARTContext.m, Source/art/blit.h: Clean up includes.
|
||||||
|
|
|
@ -514,7 +514,6 @@ static int warn = 0;
|
||||||
if (pixmap)
|
if (pixmap)
|
||||||
{
|
{
|
||||||
XFreePixmap(display,pixmap);
|
XFreePixmap(display,pixmap);
|
||||||
XSetWindowBackground(display,window->ident,None);
|
|
||||||
pixmap=0;
|
pixmap=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue