|
@@ -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"
|
|
@@ -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)
|
|
|
{
|