瀏覽代碼

Rename files under src/video/qnx

Elad Lahav 2 年之前
父節點
當前提交
5fee62d774
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 0 0
      src/video/qnx/SDL_qnx.h
  2. 1 1
      src/video/qnx/SDL_qnxgl.c
  3. 1 1
      src/video/qnx/SDL_qnxkeyboard.c
  4. 1 1
      src/video/qnx/SDL_qnxvideo.c

+ 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_internal.h"
-#include "sdl_qnx.h"
+#include "SDL_qnx.h"
 
 
 static EGLDisplay   egl_disp;
 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 "../../events/SDL_keyboard_c.h"
 #include "SDL3/SDL_scancode.h"
 #include "SDL3/SDL_scancode.h"
 #include "SDL3/SDL_events.h"
 #include "SDL3/SDL_events.h"
-#include "sdl_qnx.h"
+#include "SDL_qnx.h"
 #include <sys/keycodes.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_internal.h"
 #include "../SDL_sysvideo.h"
 #include "../SDL_sysvideo.h"
-#include "sdl_qnx.h"
+#include "SDL_qnx.h"
 
 
 static screen_context_t context;
 static screen_context_t context;
 static screen_event_t   event;
 static screen_event_t   event;