Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 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 | 089a77aebb7d |
children | 7dc982143c06 |
comparison
equal
deleted
inserted
replaced
3082:1c85c44557de | 3083:0bc41e0361d3 |
---|---|
367 #endif | 367 #endif |
368 #if SDL_VIDEO_DRIVER_BWINDOW | 368 #if SDL_VIDEO_DRIVER_BWINDOW |
369 extern VideoBootStrap BWINDOW_bootstrap; | 369 extern VideoBootStrap BWINDOW_bootstrap; |
370 #endif | 370 #endif |
371 #if SDL_VIDEO_DRIVER_PHOTON | 371 #if SDL_VIDEO_DRIVER_PHOTON |
372 extern VideoBootStrap ph_bootstrap; | 372 extern VideoBootStrap photon_bootstrap; |
373 #endif | |
374 #if SDL_VIDEO_DRIVER_QNXGF | |
375 extern VideoBootStrap qnxgf_bootstrap; | |
373 #endif | 376 #endif |
374 #if SDL_VIDEO_DRIVER_EPOC | 377 #if SDL_VIDEO_DRIVER_EPOC |
375 extern VideoBootStrap EPOC_bootstrap; | 378 extern VideoBootStrap EPOC_bootstrap; |
376 #endif | 379 #endif |
377 #if SDL_VIDEO_DRIVER_XBIOS | 380 #if SDL_VIDEO_DRIVER_XBIOS |