summaryrefslogtreecommitdiff
path: root/xeyes.c
diff options
context:
space:
mode:
Diffstat (limited to 'xeyes.c')
-rw-r--r--xeyes.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/xeyes.c b/xeyes.c
index c2f3a73..1c1f4b7 100644
--- a/xeyes.c
+++ b/xeyes.c
@@ -57,6 +57,10 @@ usage(void)
fprintf(stderr,
" [-render | +render]\n");
#endif
+#ifdef PRESENT
+ fprintf(stderr,
+ " [-present | +present]\n");
+#endif
exit(1);
}
@@ -73,6 +77,10 @@ static XrmOptionDescRec options[] = {
{"-render", "*eyes.render", XrmoptionNoArg, "TRUE"},
{"+render", "*eyes.render", XrmoptionNoArg, "FALSE"},
#endif
+#ifdef PRESENT
+{"-present", "*eyes.present", XrmoptionNoArg, "TRUE"},
+{"+present", "*eyes.present", XrmoptionNoArg, "FALSE"},
+#endif
{"-distance", "*eyes.distance", XrmoptionNoArg, "TRUE"},
};