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; }