Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11modes.h @ 1951:7177581dc9fa
Initial work on X11 window code in.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 Jul 2006 06:53:23 +0000 |
parents | a344e42bce3b |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
1950:a344e42bce3b | 1951:7177581dc9fa |
---|---|
26 | 26 |
27 typedef struct | 27 typedef struct |
28 { | 28 { |
29 int screen; | 29 int screen; |
30 Visual *visual; | 30 Visual *visual; |
31 int depth; | |
31 } SDL_DisplayData; | 32 } SDL_DisplayData; |
32 | 33 |
33 //typedef struct | 34 //typedef struct |
34 //{ | 35 //{ |
35 // TCHAR DeviceName[32]; | 36 // TCHAR DeviceName[32]; |