Browse Source

Rename files under src/video/qnx

Elad Lahav 2 years ago
parent
commit
5fee62d774

+ 0 - 0
src/video/qnx/sdl_qnx.h → src/video/qnx/SDL_qnx.h


+ 1 - 1
src/video/qnx/gl.c → src/video/qnx/SDL_qnxgl.c

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

+ 1 - 1
src/video/qnx/keyboard.c → src/video/qnx/SDL_qnxkeyboard.c

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

+ 1 - 1
src/video/qnx/video.c → src/video/qnx/SDL_qnxvideo.c

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