Skip to content

Commit

Permalink
Rename files under src/video/qnx
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Lahav authored and icculus committed Mar 27, 2023
1 parent b4f28fb commit 5fee62d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/video/qnx/gl.c → src/video/qnx/SDL_qnxgl.c
Expand Up @@ -20,7 +20,7 @@
*/

#include "../../SDL_internal.h"
#include "sdl_qnx.h"
#include "SDL_qnx.h"

static EGLDisplay egl_disp;

Expand Down
Expand Up @@ -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>

/**
Expand Down
2 changes: 1 addition & 1 deletion src/video/qnx/video.c → src/video/qnx/SDL_qnxvideo.c
Expand Up @@ -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;
Expand Down

0 comments on commit 5fee62d

Please sign in to comment.