Mercurial > sdl-ios-xcode
comparison src/video/photon/SDL_ph_modes.c @ 1289:c07c6ef7c93e
Date: Fri, 18 Feb 2005 07:58:00 +0200
From: "Mike Gorchak"
Subject: [SDL] [PATCH] QNX6 and not only QNX6 fixes
1) Update SDL.qpg.in for the QNX 6.3.
4) video/photon/SDL_phyuv.c - fixed bug with swapped U and V planes, using
YV12 mode with radeon cards.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Jan 2006 09:19:55 +0000 |
parents | f72cc0c7305f |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1288:ea3888b472bf | 1289:c07c6ef7c93e |
---|---|
26 #endif | 26 #endif |
27 | 27 |
28 #include "SDL_error.h" | 28 #include "SDL_error.h" |
29 #include "SDL_ph_modes_c.h" | 29 #include "SDL_ph_modes_c.h" |
30 | 30 |
31 static unsigned long key1, key2; | |
32 static PgVideoModeInfo_t mode_info; | 31 static PgVideoModeInfo_t mode_info; |
33 static PgVideoModes_t mode_list; | 32 static PgVideoModes_t mode_list; |
34 | 33 |
35 /* The current list of available video modes */ | 34 /* The current list of available video modes */ |
36 SDL_Rect SDL_modelist[PH_MAX_VIDEOMODES]; | 35 SDL_Rect SDL_modelist[PH_MAX_VIDEOMODES]; |