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.82 by root, Fri Jan 20 10:27:08 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),
593 * "rxvt" "keysym" "0xFF01" 594 * "rxvt" "keysym" "0xFF01"
594 * value will be a string 595 * value will be a string
595 */ 596 */
596/* ARGSUSED */ 597/* ARGSUSED */
597int 598int
598rxvt_define_key (XrmDatabase *database __attribute__((unused)), 599rxvt_define_key (XrmDatabase *database UNUSED,
599 XrmBindingList bindings __attribute__((unused)), 600 XrmBindingList bindings UNUSED,
600 XrmQuarkList quarks, 601 XrmQuarkList quarks,
601 XrmRepresentation *type __attribute__((unused)), 602 XrmRepresentation *type UNUSED,
602 XrmValue *value, 603 XrmValue *value,
603 XPointer closure __attribute__((unused))) 604 XPointer closure UNUSED)
604{ 605{
605 int last; 606 int last;
606 607
607 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */ 608 for (last = 0; quarks[last] != NULLQUARK; last++) /* look for last quark in list */
608 ; 609 ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines