istereo2

view src/config.h @ 3:dc735bdeeb8a

mkicons script added content-scale support for "retina" devices
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 21 Sep 2015 07:40:34 +0300
parents
children 3bccfc7d10fe
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
5 #define IPHONE
7 #define glClearDepth glClearDepthf
8 #endif
10 #endif /* CONFIG_H_ */