From: ayin Date: Sun, 10 Jun 2007 14:27:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=93168f3121c4a3805a1096d1da7f490ebba0fa73;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/xdefaults.C b/src/xdefaults.C index 6ae89021..1b6177bb 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -34,6 +34,7 @@ /* place holders used for parsing command-line options */ #define Optflag_Reverse 1 #define Optflag_Boolean 2 +#define Optflag_Switch 4 /* monolithic option/resource structure: */ /* @@ -60,7 +61,7 @@ /* SWCH () - `-' flag */ #define SWCH(opt, option, flag, desc) \ - { (option), (Optflag_Boolean | (flag)), -1, NULL, (opt), NULL, (desc)} + { (option), (Optflag_Switch | (flag)), -1, NULL, (opt), NULL, (desc)} /* convenient macros */ #define optList_strlen(i) \