# HG changeset patch # User Dimitris Zenios # Date 1307974822 -10800 # Node ID d552b06fd910561b70487a6d62509f44717f2719 # Parent 3e53ca5050e871cdeedad35de6b97d47b121a7e2 SDL_UpdateWindowSurfaceRect() always returns 1 instead of 0 in linux diff -r 3e53ca5050e8 -r d552b06fd910 src/video/x11/SDL_x11framebuffer.c --- a/src/video/x11/SDL_x11framebuffer.c Sun Jun 05 15:29:41 2011 +0300 +++ b/src/video/x11/SDL_x11framebuffer.c Mon Jun 13 17:20:22 2011 +0300 @@ -184,6 +184,7 @@ } } XSync(display, False); + return 0; } void