diff options
Diffstat (limited to 'xeyes.c')
-rw-r--r-- | xeyes.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,7 @@ usage(int exitval) " [-fg {color}] [-bg {color}] [-bd {color}] [-bw {pixels}]\n" " [-shape | +shape] [-outline {color}] [-center {color}]\n" " [-backing {backing-store}] [-distance]\n" + " [-biblicallyAccurate]\n" #ifdef XRENDER " [-render | +render]\n" #endif @@ -81,6 +82,7 @@ static XrmOptionDescRec options[] = { {(char *)"+present", (char *)"*eyes.present", XrmoptionNoArg, (char *)"FALSE"}, #endif {(char *)"-distance", (char *)"*eyes.distance", XrmoptionNoArg, (char *)"TRUE"}, +{(char *)"-biblicallyAccurate", (char *)"*eyes.biblicallyAccurate", XrmoptionNoArg, (char *)"TRUE"}, }; static Atom wm_delete_window; |