ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/xdefaults.C
(Generate patch)

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.103 by sasha, Fri Jun 8 20:40:07 2007 UTC vs.
Revision 1.105 by ayin, Sat Jun 9 09:05:38 2007 UTC

258 RSTRG (Rs_perl_lib, "perl-lib", "string"), //, "colon-separated directories with extension scripts"),TODO 258 RSTRG (Rs_perl_lib, "perl-lib", "string"), //, "colon-separated directories with extension scripts"),TODO
259 RSTRG (Rs_perl_eval, "perl-eval", "perl-eval"), // "string", "code to be evaluated after all extensions have been loaded"),TODO 259 RSTRG (Rs_perl_eval, "perl-eval", "perl-eval"), // "string", "code to be evaluated after all extensions have been loaded"),TODO
260 RSTRG (Rs_perl_ext_1, "perl-ext-common", "string"), //, "colon-separated list of perl extensions to enable"),TODO 260 RSTRG (Rs_perl_ext_1, "perl-ext-common", "string"), //, "colon-separated list of perl extensions to enable"),TODO
261 STRG (Rs_perl_ext_2, "perl-ext", "pe", "string", "colon-separated list of perl extensions to enable for this instance"), 261 STRG (Rs_perl_ext_2, "perl-ext", "pe", "string", "colon-separated list of perl extensions to enable for this instance"),
262#endif 262#endif
263 263#if ISO_14755
264 BOOL (Rs_iso14755_52, "iso14755_52", NULL, Opt_iso14755_52, 0, NULL),
265#endif
264#ifdef HAVE_AFTERIMAGE 266#ifdef HAVE_AFTERIMAGE
265 STRG (Rs_blendtype, "blendType", "blt", "string", "background image blending type - alpha, tint, etc..."), 267 STRG (Rs_blendtype, "blendType", "blt", "string", "background image blending type - alpha, tint, etc..."),
266 STRG (Rs_blurradius, "blurRadius", "blr", "number", "Gaussian Blur radius to apply to the root background"), 268 STRG (Rs_blurradius, "blurRadius", "blr", "number", "Gaussian Blur radius to apply to the root background"),
267#endif 269#endif
268#ifndef NO_RESOURCES 270#ifndef NO_RESOURCES
538 540
539 if (entry < optList_size) 541 if (entry < optList_size)
540 { 542 {
541 if (optList_isReverse (entry)) 543 if (optList_isReverse (entry))
542 flag = flag == resval_on ? resval_off : resval_on; 544 flag = flag == resval_on ? resval_off : resval_on;
543fprintf( stderr, "entry = %d, opt = [%s], flag = 0x%X, resval_on = %d\n", entry, opt, *flag, *resval_on );
544 545
545 if (optList_strlen (entry)) 546 if (optList_strlen (entry))
546 { 547 {
547 /* 548 /*
548 * special cases are handled in main.c:main () to allow 549 * special cases are handled in main.c:main () to allow
549 * X resources to set these values before we settle for 550 * X resources to set these values before we settle for
550 * default values 551 * default values
551 */ 552 */
552fprintf( stderr, "string\n"); 553
553 if (optList[entry].doff != -1) 554 if (optList[entry].doff != -1)
554 { 555 {
555 if (flag == resval_on && !argv [i+1]) 556 if (flag == resval_on && !argv [i+1])
556 rxvt_fatal ("option '%s' needs an argument, aborting.\n", argv [i]); 557 rxvt_fatal ("option '%s' needs an argument, aborting.\n", argv [i]);
557 558

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines