equal
deleted
inserted
replaced
67 int screensaver_timeout; |
67 int screensaver_timeout; |
68 BOOL dpms_enabled; |
68 BOOL dpms_enabled; |
69 int numwindows; |
69 int numwindows; |
70 SDL_WindowData **windowlist; |
70 SDL_WindowData **windowlist; |
71 int windowlistlength; |
71 int windowlistlength; |
72 int *mouse; |
72 int mouse; |
73 int keyboard; |
73 int keyboard; |
74 Atom WM_DELETE_WINDOW; |
74 Atom WM_DELETE_WINDOW; |
75 SDL_scancode key_layout[256]; |
75 SDL_scancode key_layout[256]; |
76 } SDL_VideoData; |
76 } SDL_VideoData; |
77 |
77 |