diff src/video/x11/SDL_x11events.c @ 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 9322f7db8603
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/video/x11/SDL_x11events.c	Sat Jun 26 08:56:48 2010 -0700
@@ -296,7 +296,7 @@
 }
 
 /* Ack!  XPending() actually performs a blocking read if no events available */
-int
+static int
 X11_Pending(Display * display)
 {
     /* Flush the display connection and look to see if events are queued */