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.80 by root, Mon Jan 16 15:00:20 2006 UTC vs.
Revision 1.83 by root, Sat Jan 21 22:38:06 2006 UTC

215#if ENABLE_XEMBED 215#if ENABLE_XEMBED
216 STRG (Rs_embed, NULL, "embed", "windowid", "window id to embed terminal in"), 216 STRG (Rs_embed, NULL, "embed", "windowid", "window id to embed terminal in"),
217#endif 217#endif
218#if ENABLE_FRILLS 218#if ENABLE_FRILLS
219 RSTRG (Rs_transient_for, "transient-for", "windowid"), 219 RSTRG (Rs_transient_for, "transient-for", "windowid"),
220 BOOL (Rs_override_redirect, "override-redirect", "override-redirect", Opt_override_redirect, "set override-redirect on the terminal window"),
220 STRG (Rs_pty_fd, NULL, "pty-fd", "fileno", "file descriptor of pty to use"), 221 STRG (Rs_pty_fd, NULL, "pty-fd", "fileno", "file descriptor of pty to use"),
221 BOOL (Rs_hold, "hold", "hold", Opt_hold, "retain window after shell exit"), 222 BOOL (Rs_hold, "hold", "hold", Opt_hold, "retain window after shell exit"),
222 STRG (Rs_ext_bwidth, "externalBorder", "w", "number", "external border in pixels"), 223 STRG (Rs_ext_bwidth, "externalBorder", "w", "number", "external border in pixels"),
223 STRG (Rs_ext_bwidth, NULL, "bw", NULL, NULL), 224 STRG (Rs_ext_bwidth, NULL, "bw", NULL, NULL),
224 STRG (Rs_ext_bwidth, NULL, "borderwidth", NULL, NULL), 225 STRG (Rs_ext_bwidth, NULL, "borderwidth", NULL, NULL),
317#if defined(TRANSPARENT) 318#if defined(TRANSPARENT)
318 "transparent," 319 "transparent,"
319#endif 320#endif
320#if TINTING 321#if TINTING
321 "tint," 322 "tint,"
322#endif
323#if defined(UTMP_SUPPORT)
324 "utmp,"
325#endif 323#endif
326#if defined(USE_XIM) 324#if defined(USE_XIM)
327 "XIM," 325 "XIM,"
328#endif 326#endif
329 "scrollbars=" 327 "scrollbars="
593 * "rxvt" "keysym" "0xFF01" 591 * "rxvt" "keysym" "0xFF01"
594 * value will be a string 592 * value will be a string
595 */ 593 */
596/* ARGSUSED */ 594/* ARGSUSED */
597int 595int
598rxvt_define_key (XrmDatabase *database __attribute__((unused)), 596rxvt_define_key (XrmDatabase *database UNUSED,
599 XrmBindingList bindings __attribute__((unused)), 597 XrmBindingList bindings UNUSED,
600 XrmQuarkList quarks, 598 XrmQuarkList quarks,
601 XrmRepresentation *type __attribute__((unused)), 599 XrmRepresentation *type UNUSED,
602 XrmValue *value, 600 XrmValue *value,
603 XPointer closure __attribute__((unused))) 601 XPointer closure UNUSED)
604{ 602{
605 int last; 603 int last;
606 604
607 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */ 605 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */
608 ; 606 ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines