mirror of https://github.com/libsdl-org/SDL.git
Rename files under src/video/qnx
This commit is contained in:
parent
b4f28fb532
commit
5fee62d774
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
#include "../../SDL_internal.h"
|
||||
#include "sdl_qnx.h"
|
||||
#include "SDL_qnx.h"
|
||||
|
||||
static EGLDisplay egl_disp;
|
||||
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#include "../../events/SDL_keyboard_c.h"
|
||||
#include "SDL3/SDL_scancode.h"
|
||||
#include "SDL3/SDL_events.h"
|
||||
#include "sdl_qnx.h"
|
||||
#include "SDL_qnx.h"
|
||||
#include <sys/keycodes.h>
|
||||
|
||||
/**
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
#include "../../SDL_internal.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "sdl_qnx.h"
|
||||
#include "SDL_qnx.h"
|
||||
|
||||
static screen_context_t context;
|
||||
static screen_event_t event;
|
||||
Loading…
Reference in New Issue