Skip to content

Commit bc3ea69

Browse files
committed
[Nokia N-Gage] Move VideoBootStrap declaration where it belongs
1 parent 0e10b2f commit bc3ea69

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/video/SDL_sysvideo.h

+1
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ extern VideoBootStrap PSP_bootstrap;
519519
extern VideoBootStrap VITA_bootstrap;
520520
extern VideoBootStrap RISCOS_bootstrap;
521521
extern VideoBootStrap N3DS_bootstrap;
522+
extern VideoBootStrap NGAGE_bootstrap;
522523
extern VideoBootStrap RPI_bootstrap;
523524
extern VideoBootStrap KMSDRM_bootstrap;
524525
extern VideoBootStrap DUMMY_bootstrap;

src/video/SDL_video.c

-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@
7575
#include <unistd.h>
7676
#endif
7777

78-
#ifdef SDL_PLATFORM_NGAGE
79-
extern VideoBootStrap NGAGE_bootstrap;
80-
#endif
81-
8278
// Available video drivers
8379
static VideoBootStrap *bootstrap[] = {
8480
#ifdef SDL_VIDEO_DRIVER_PRIVATE

0 commit comments

Comments
 (0)