summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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);