comparison src/video/x11/SDL_x11video.h @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents 3e69e077cb95
children 15d2c6f40c48
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
69 int windowlistlength; 69 int windowlistlength;
70 Atom WM_DELETE_WINDOW; 70 Atom WM_DELETE_WINDOW;
71 SDL_scancode key_layout[256]; 71 SDL_scancode key_layout[256];
72 } SDL_VideoData; 72 } SDL_VideoData;
73 73
74 extern SDL_bool X11_UseDirectColorVisuals(); 74 extern SDL_bool X11_UseDirectColorVisuals(void);
75 75
76 #endif /* _SDL_x11video_h */ 76 #endif /* _SDL_x11video_h */
77 77
78 /* vi: set ts=4 sw=4 expandtab: */ 78 /* vi: set ts=4 sw=4 expandtab: */