comparison src/video/SDL_video.c @ 3083:0bc41e0361d3

Date: Mon, 2 Mar 2009 16:27:42 +0200 From: "Mike Gorchak" Subject: About QNX support in SDL 1.3 Right now I'm working on QNX SDL 1.3 drivers implementation and looks like a lot of code must be completely reworked. But I'm ready for it :) Also I want to add QNX Graphics Framework SDL driver, which is fullscreen graphics framework, with support of hardware accelerated OpenGL ES implementations. This Graphics Framework (called GF in QNX) could also use QNX Photon (window manager GUI) as window manager. In the attachment initial patch for QNX support in SDL 1.3
author Sam Lantinga <slouken@libsdl.org>
date Tue, 03 Mar 2009 04:21:51 +0000
parents 17c5930f498e
children 32efcc94b3da
comparison
equal deleted inserted replaced
3082:1c85c44557de 3083:0bc41e0361d3
87 #endif 87 #endif
88 #if SDL_VIDEO_DRIVER_BWINDOW 88 #if SDL_VIDEO_DRIVER_BWINDOW
89 &BWINDOW_bootstrap, 89 &BWINDOW_bootstrap,
90 #endif 90 #endif
91 #if SDL_VIDEO_DRIVER_PHOTON 91 #if SDL_VIDEO_DRIVER_PHOTON
92 &ph_bootstrap, 92 &photon_bootstrap,
93 #endif
94 #if SDL_VIDEO_DRIVER_QNXGF
95 &qnxgf_bootstrap,
93 #endif 96 #endif
94 #if SDL_VIDEO_DRIVER_EPOC 97 #if SDL_VIDEO_DRIVER_EPOC
95 &EPOC_bootstrap, 98 &EPOC_bootstrap,
96 #endif 99 #endif
97 #if SDL_VIDEO_DRIVER_XBIOS 100 #if SDL_VIDEO_DRIVER_XBIOS