comparison src/video/SDL_video.c @ 5153:1435f8a6425c

Nobody is currently maintaining the QNX code, so removing it for now.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 21:40:03 -0800
parents be02be2ea897
children fb424691cfc7
comparison
equal deleted inserted replaced
5152:be02be2ea897 5153:1435f8a6425c
68 &WINDOWS_bootstrap, 68 &WINDOWS_bootstrap,
69 #endif 69 #endif
70 #if SDL_VIDEO_DRIVER_BWINDOW 70 #if SDL_VIDEO_DRIVER_BWINDOW
71 &BWINDOW_bootstrap, 71 &BWINDOW_bootstrap,
72 #endif 72 #endif
73 #if SDL_VIDEO_DRIVER_PHOTON 73 #if SDL_VIDEO_DRIVER_PANDORA
74 &photon_bootstrap, 74 &PND_bootstrap,
75 #endif
76 #if SDL_VIDEO_DRIVER_QNXGF
77 &qnxgf_bootstrap,
78 #endif
79 #if SDL_VIDEO_DRIVER_EPOC
80 &EPOC_bootstrap,
81 #endif 75 #endif
82 #if SDL_VIDEO_DRIVER_NDS 76 #if SDL_VIDEO_DRIVER_NDS
83 &NDS_bootstrap, 77 &NDS_bootstrap,
84 #endif 78 #endif
85 #if SDL_VIDEO_DRIVER_UIKIT 79 #if SDL_VIDEO_DRIVER_UIKIT
86 &UIKIT_bootstrap, 80 &UIKIT_bootstrap,
87 #endif 81 #endif
82 #if SDL_VIDEO_DRIVER_ANDROID
83 &Android_bootstrap,
84 #endif
88 #if SDL_VIDEO_DRIVER_DUMMY 85 #if SDL_VIDEO_DRIVER_DUMMY
89 &DUMMY_bootstrap, 86 &DUMMY_bootstrap,
90 #endif
91 #if SDL_VIDEO_DRIVER_PANDORA
92 &PND_bootstrap,
93 #endif
94 #if SDL_VIDEO_DRIVER_ANDROID
95 &Android_bootstrap,
96 #endif 87 #endif
97 NULL 88 NULL
98 }; 89 };
99 90
100 static SDL_VideoDevice *_this = NULL; 91 static SDL_VideoDevice *_this = NULL;