comparison test/testime.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 518d1679d2d0
children 762e40fb8e28
comparison
equal deleted inserted replaced
5152:be02be2ea897 5153:1435f8a6425c
8 #ifdef HAVE_SDL_TTF 8 #ifdef HAVE_SDL_TTF
9 #include "SDL_ttf.h" 9 #include "SDL_ttf.h"
10 #endif 10 #endif
11 11
12 #define DEFAULT_PTSIZE 30 12 #define DEFAULT_PTSIZE 30
13 #ifdef __QNXNTO__ 13 #define DEFAULT_FONT "/System/Library/Fonts/华文细黑.ttf"
14 #define DEFAULT_FONT "/usr/photon/font_repository/tt0003m_.ttf"
15 #else
16 #define DEFAULT_FONT "/System/Library/Fonts/华文细黑.ttf"
17 #endif
18 #define MAX_TEXT_LENGTH 256 14 #define MAX_TEXT_LENGTH 256
19 15
20 SDL_Surface *screen; 16 SDL_Surface *screen;
21 17
22 #ifdef HAVE_SDL_TTF 18 #ifdef HAVE_SDL_TTF