Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 2324:3202e4826c57
more valgrind errors fixed. Plus I ran make indent which changed a few files.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Fri, 07 Mar 2008 17:20:37 +0000 |
parents | fbe8ff44c519 |
children | 44e49d3fa6cf |
comparison
equal
deleted
inserted
replaced
2323:4ac07ae446d3 | 2324:3202e4826c57 |
---|---|
65 XIM im; | 65 XIM im; |
66 int screensaver_timeout; | 66 int screensaver_timeout; |
67 BOOL dpms_enabled; | 67 BOOL dpms_enabled; |
68 int numwindows; | 68 int numwindows; |
69 SDL_WindowData **windowlist; | 69 SDL_WindowData **windowlist; |
70 int windowlistlength; | |
70 int mouse; | 71 int mouse; |
71 int keyboard; | 72 int keyboard; |
72 Atom WM_DELETE_WINDOW; | 73 Atom WM_DELETE_WINDOW; |
73 SDL_scancode key_layout[256]; | 74 SDL_scancode key_layout[256]; |
74 } SDL_VideoData; | 75 } SDL_VideoData; |