Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 2963:ee331407574f
Don't use DirectColor visuals until we implement DirectColor colormap support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 02 Jan 2009 15:47:49 +0000 |
parents | b93965a16fe0 |
children | 54fac87e1f34 |
comparison
equal
deleted
inserted
replaced
2962:1e242954330b | 2963:ee331407574f |
---|---|
74 int keyboard; | 74 int keyboard; |
75 Atom WM_DELETE_WINDOW; | 75 Atom WM_DELETE_WINDOW; |
76 SDL_scancode key_layout[256]; | 76 SDL_scancode key_layout[256]; |
77 } SDL_VideoData; | 77 } SDL_VideoData; |
78 | 78 |
79 extern SDL_bool X11_UseDirectColorVisuals(); | |
80 | |
79 #endif /* _SDL_x11video_h */ | 81 #endif /* _SDL_x11video_h */ |
80 | 82 |
81 /* vi: set ts=4 sw=4 expandtab: */ | 83 /* vi: set ts=4 sw=4 expandtab: */ |