aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-23 02:12:52 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-23 02:12:52 +0200
commit95b15971584cbfdad533411bcb8d8cec82e996fa (patch)
tree00419752eca307675f54c7f5d686fc799ec09af2 /gfxconf.example.h
parent3eb2f4bb976a42e3a5e2cd3933400d9d3c20c82c (diff)
downloaduGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.tar.gz
uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.tar.bz2
uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.zip
removed POSIX, now having dedicated Linux and MAC OS-X ports
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index daa766df..e20f324f 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -17,7 +17,8 @@
/* The operating system to use - one of these must be defined */
#define GFX_USE_OS_CHIBIOS FALSE
#define GFX_USE_OS_WIN32 FALSE
-#define GFX_USE_OS_POSIX FALSE
+#define GFX_USE_OS_LINUX FALSE
+#define GFX_USE_OS_OSX FALSE
/* GFX subsystems to turn on */
#define GFX_USE_GDISP FALSE