Skip to content

Commit

Permalink
Fixes #2326, clean up the X11 backend a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomdq committed Feb 21, 2014
1 parent 22e3217 commit abe2ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/video/x11/SDL_x11events.c
Expand Up @@ -28,7 +28,6 @@
#include <unistd.h>
#include <limits.h> /* For INT_MAX */

#include "SDL_x11video.h"
#include "SDL_x11video.h"
#include "SDL_x11touch.h"
#include "SDL_x11xinput2.h"
Expand Down Expand Up @@ -993,11 +992,6 @@ X11_Pending(Display * display)
return (0);
}


/* !!! FIXME: this should be exposed in a header, or something. */
int SDL_GetNumTouch(void);
void SDL_dbus_screensaver_tickle(_THIS);

void
X11_PumpEvents(_THIS)
{
Expand Down
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11video.h
Expand Up @@ -121,6 +121,8 @@ typedef struct SDL_VideoData

extern SDL_bool X11_UseDirectColorVisuals(void);

void SDL_dbus_screensaver_tickle(_THIS);

#endif /* _SDL_x11video_h */

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit abe2ac2

Please sign in to comment.