# HG changeset patch # User Ryan C. Gordon # Date 1349493533 14400 # Node ID ba187d0466e6147bb46cf19b1c784a7dd5169145 # Parent ea34ef32950964e7d0031235197084fd984a2a49 XFlush() after setting the icon. diff -r ea34ef329509 -r ba187d0466e6 src/video/x11/SDL_x11wm.c --- a/src/video/x11/SDL_x11wm.c Fri Oct 05 22:41:02 2012 -0400 +++ b/src/video/x11/SDL_x11wm.c Fri Oct 05 23:18:53 2012 -0400 @@ -128,6 +128,7 @@ SDL_FreeSurface(surface); SDL_free(propdata); + XFlush(SDL_Display); SDL_Unlock_EventThread(); return;