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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.12 by pcg, Wed Dec 17 09:00:35 2003 UTC vs.
Revision 1.15 by pcg, Thu Dec 18 02:07:12 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.12 2003/12/17 09:00:35 pcg Exp $ 2 * $Id: rxvt.h,v 1.15 2003/12/18 02:07:12 pcg Exp $
3 */ 3 */
4 4
5#ifndef _RXVT_H_ /* include once only */ 5#ifndef _RXVT_H_ /* include once only */
6#define _RXVT_H_ 6#define _RXVT_H_
7 7
481 Rs_backgroundPixmap, 481 Rs_backgroundPixmap,
482#endif 482#endif
483#if (MENUBAR_MAX) 483#if (MENUBAR_MAX)
484 Rs_menu, 484 Rs_menu,
485#endif 485#endif
486#ifndef NO_BOLDFONT
487 Rs_boldFont,
488#endif
489#ifdef GREEK_SUPPORT 486#ifdef GREEK_SUPPORT
490 Rs_greek_keyboard, 487 Rs_greek_keyboard,
491 Rs_greektoggle_key, 488 Rs_greektoggle_key,
492#endif 489#endif
493 Rs_loginShell, 490 Rs_loginShell,
552 Rs_answerbackstring, 549 Rs_answerbackstring,
553 Rs_tripleclickwords, 550 Rs_tripleclickwords,
554 Rs_cursorBlink, 551 Rs_cursorBlink,
555 Rs_pointerBlank, 552 Rs_pointerBlank,
556 Rs_pointerBlankDelay, 553 Rs_pointerBlankDelay,
554 Rs_imLocale,
557 NUM_RESOURCES 555 NUM_RESOURCES
558}; 556};
559 557
560enum { 558enum {
561 XA_COMPOUND_TEXT = 0, 559 XA_COMPOUND_TEXT = 0,
769 767
770#ifndef STRICT_FONT_CHECKING 768#ifndef STRICT_FONT_CHECKING
771# define rxvt_get_fontwidest(font) ((font)->max_bounds.width) 769# define rxvt_get_fontwidest(font) ((font)->max_bounds.width)
772#endif 770#endif
773 771
774#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (r, 'P',(x),(y)) 772#define rxvt_Gr_ButtonPress(x,y) rxvt_Gr_ButtonReport (R, 'P',(x),(y))
775#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (r, 'R',(x),(y)) 773#define rxvt_Gr_ButtonRelease(x,y) rxvt_Gr_ButtonReport (R, 'R',(x),(y))
776 774
777#ifdef UTMP_SUPPORT 775#ifdef UTMP_SUPPORT
778# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) 776# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX)
779# undef HAVE_UTMPX_H 777# undef HAVE_UTMPX_H
780# undef HAVE_STRUCT_UTMPX 778# undef HAVE_STRUCT_UTMPX

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines