diff --git a/src/video/qnx/sdl_qnx.h b/src/video/qnx/SDL_qnx.h similarity index 100% rename from src/video/qnx/sdl_qnx.h rename to src/video/qnx/SDL_qnx.h diff --git a/src/video/qnx/gl.c b/src/video/qnx/SDL_qnxgl.c similarity index 99% rename from src/video/qnx/gl.c rename to src/video/qnx/SDL_qnxgl.c index a9338ba38a49d..b7003af3f109c 100644 --- a/src/video/qnx/gl.c +++ b/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; diff --git a/src/video/qnx/keyboard.c b/src/video/qnx/SDL_qnxkeyboard.c similarity index 99% rename from src/video/qnx/keyboard.c rename to src/video/qnx/SDL_qnxkeyboard.c index 485a5c70c4c06..d2d1a139b1cb6 100644 --- a/src/video/qnx/keyboard.c +++ b/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 /** diff --git a/src/video/qnx/video.c b/src/video/qnx/SDL_qnxvideo.c similarity index 99% rename from src/video/qnx/video.c rename to src/video/qnx/SDL_qnxvideo.c index 270606fd3d6b8..791bd3828a730 100644 --- a/src/video/qnx/video.c +++ b/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;