Rename files under src/video/qnx

This commit is contained in:
Elad Lahav
2023-01-11 08:26:23 -05:00
committed by Ryan C. Gordon
parent b4f28fb532
commit 5fee62d774
4 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
*/
#include "../../SDL_internal.h"
#include "sdl_qnx.h"
#include "SDL_qnx.h"
static EGLDisplay egl_disp;

View File

@@ -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>
/**

View File

@@ -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;