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.81 by root, Wed Jan 18 19:43:51 2006 UTC vs.
Revision 1.83 by root, Sat Jan 21 22:38:06 2006 UTC

319 "transparent," 319 "transparent,"
320#endif 320#endif
321#if TINTING 321#if TINTING
322 "tint," 322 "tint,"
323#endif 323#endif
324#if defined(UTMP_SUPPORT)
325 "utmp,"
326#endif
327#if defined(USE_XIM) 324#if defined(USE_XIM)
328 "XIM," 325 "XIM,"
329#endif 326#endif
330 "scrollbars=" 327 "scrollbars="
331#if !defined(HAVE_SCROLLBARS) 328#if !defined(HAVE_SCROLLBARS)
594 * "rxvt" "keysym" "0xFF01" 591 * "rxvt" "keysym" "0xFF01"
595 * value will be a string 592 * value will be a string
596 */ 593 */
597/* ARGSUSED */ 594/* ARGSUSED */
598int 595int
599rxvt_define_key (XrmDatabase *database __attribute__((unused)), 596rxvt_define_key (XrmDatabase *database UNUSED,
600 XrmBindingList bindings __attribute__((unused)), 597 XrmBindingList bindings UNUSED,
601 XrmQuarkList quarks, 598 XrmQuarkList quarks,
602 XrmRepresentation *type __attribute__((unused)), 599 XrmRepresentation *type UNUSED,
603 XrmValue *value, 600 XrmValue *value,
604 XPointer closure __attribute__((unused))) 601 XPointer closure UNUSED)
605{ 602{
606 int last; 603 int last;
607 604
608 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 */
609 ; 606 ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines