summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-20 04:49:36 +0000
committerManolo Gouy <Manolo>2016-04-20 04:49:36 +0000
commitae23f0cb5ee85a0950a3ec590ac415ff25df4564 (patch)
tree6e589e0e0a0bed21cd44e772da51be3f8977a727 /test
parent747e88abdc51c64c62a40b23ee40add3a2a9eff3 (diff)
Progress toward support of CMake OPTION_APPLE_SDL
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11673 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/image.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image.cxx b/test/image.cxx
index 422566c3f..3c0b1f6b3 100644
--- a/test/image.cxx
+++ b/test/image.cxx
@@ -89,7 +89,7 @@ int arg(int argc, char **argv, int &i) {
}
int main(int argc, char **argv) {
-#if !defined(WIN32) && !defined(__APPLE__)
+#if defined(USE_X11)
int i = 1;
Fl::args(argc,argv,i,arg);