From ae23f0cb5ee85a0950a3ec590ac415ff25df4564 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 20 Apr 2016 04:49:36 +0000 Subject: 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 --- test/image.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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); -- cgit v1.2.3