Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2915:deb377097225 | 2916:ffdd533f7add |
---|---|
27 typedef struct | 27 typedef struct |
28 { | 28 { |
29 int screen; | 29 int screen; |
30 Visual *visual; | 30 Visual *visual; |
31 int depth; | 31 int depth; |
32 int scanline_pad; | |
32 | 33 |
33 int use_xinerama; | 34 int use_xinerama; |
34 int use_xrandr; | 35 int use_xrandr; |
35 int use_vidmode; | 36 int use_vidmode; |
36 | 37 |