bumped SDL2 to the latest repository version

This commit is contained in:
fysx
2014-01-26 22:13:59 +01:00
parent db9c6925bb
commit ce866b214c
33 changed files with 66136 additions and 208 deletions
@@ -19,16 +19,13 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_config.h"
#include "../../SDL_internal.h"
#ifndef _SDL_waylandvideo_h
#define _SDL_waylandvideo_h
#include <wayland-client.h>
#include <wayland-cursor.h>
#include <wayland-egl.h>
#include <EGL/egl.h>
#include "wayland-util.h"
struct xkb_context;
struct SDL_WaylandInput;
@@ -72,12 +69,6 @@ typedef struct {
uint32_t shm_formats;
} SDL_VideoData;
static inline void
wayland_schedule_write(SDL_VideoData *data)
{
wl_display_flush(data->display);
}
#endif /* _SDL_nullvideo_h */
/* vi: set ts=4 sw=4 expandtab: */