Navigation Menu

Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 23, 2018
1 parent 088070e commit 50d5002
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/events/SDL_displayevents.c
Expand Up @@ -24,7 +24,6 @@

#include "SDL_events.h"
#include "SDL_events_c.h"
#include "../video/SDL_sysvideo.h"


int
Expand Down
2 changes: 0 additions & 2 deletions src/events/SDL_displayevents_c.h
Expand Up @@ -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_ */
Expand Down
2 changes: 2 additions & 0 deletions src/events/SDL_events_c.h
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/events/SDL_windowevents.c
Expand Up @@ -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
Expand Down

0 comments on commit 50d5002

Please sign in to comment.