diff src/video/x11/SDL_x11modes.h @ 2916:ffdd533f7add

Fixed pitch alignment problem causing MITSHM error on 16-bit displays
author Sam Lantinga <slouken@libsdl.org>
date Thu, 25 Dec 2008 04:42:28 +0000
parents 36e312e0fac0
children 4b594623401b
line wrap: on
line diff
--- a/src/video/x11/SDL_x11modes.h	Wed Dec 24 13:13:38 2008 +0000
+++ b/src/video/x11/SDL_x11modes.h	Thu Dec 25 04:42:28 2008 +0000
@@ -29,6 +29,7 @@
     int screen;
     Visual *visual;
     int depth;
+    int scanline_pad;
 
     int use_xinerama;
     int use_xrandr;