Fixed build

Sam Lantinga 2018-08-23 02:21:17 -07:00
parent 088070e5a8
commit 50d5002533
4 changed files with 2 additions and 4 deletions

View File

@ -24,7 +24,6 @@
#include "SDL_events.h"
#include "SDL_events_c.h"
#include "../video/SDL_sysvideo.h"
int

View File

@ -23,8 +23,6 @@
#ifndef SDL_displayevents_c_h_
#define SDL_displayevents_c_h_
typedef struct SDL_VideoDisplay SDL_VideoDisplay;
extern int SDL_SendDisplayEvent(SDL_VideoDisplay *display, Uint8 displayevent, int data1);
#endif /* SDL_displayevents_c_h_ */

View File

@ -23,6 +23,8 @@
/* Useful functions and variables from SDL_events.c */
#include "SDL_events.h"
#include "SDL_thread.h"
#include "../video/SDL_sysvideo.h"
#include "SDL_clipboardevents_c.h"
#include "SDL_displayevents_c.h"
#include "SDL_dropevents_c.h"

View File

@ -25,7 +25,6 @@
#include "SDL_events.h"
#include "SDL_events_c.h"
#include "SDL_mouse_c.h"
#include "../video/SDL_sysvideo.h"
static int SDLCALL