Fixed build
This commit is contained in:
parent
e80bcf4a32
commit
582b07ab60
4 changed files with 2 additions and 4 deletions
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include "SDL_events.h"
|
#include "SDL_events.h"
|
||||||
#include "SDL_events_c.h"
|
#include "SDL_events_c.h"
|
||||||
#include "../video/SDL_sysvideo.h"
|
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
#ifndef SDL_displayevents_c_h_
|
#ifndef SDL_displayevents_c_h_
|
||||||
#define 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);
|
extern int SDL_SendDisplayEvent(SDL_VideoDisplay *display, Uint8 displayevent, int data1);
|
||||||
|
|
||||||
#endif /* SDL_displayevents_c_h_ */
|
#endif /* SDL_displayevents_c_h_ */
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
/* Useful functions and variables from SDL_events.c */
|
/* Useful functions and variables from SDL_events.c */
|
||||||
#include "SDL_events.h"
|
#include "SDL_events.h"
|
||||||
#include "SDL_thread.h"
|
#include "SDL_thread.h"
|
||||||
|
#include "../video/SDL_sysvideo.h"
|
||||||
|
|
||||||
#include "SDL_clipboardevents_c.h"
|
#include "SDL_clipboardevents_c.h"
|
||||||
#include "SDL_displayevents_c.h"
|
#include "SDL_displayevents_c.h"
|
||||||
#include "SDL_dropevents_c.h"
|
#include "SDL_dropevents_c.h"
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "SDL_events.h"
|
#include "SDL_events.h"
|
||||||
#include "SDL_events_c.h"
|
#include "SDL_events_c.h"
|
||||||
#include "SDL_mouse_c.h"
|
#include "SDL_mouse_c.h"
|
||||||
#include "../video/SDL_sysvideo.h"
|
|
||||||
|
|
||||||
|
|
||||||
static int SDLCALL
|
static int SDLCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue