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.13 by pcg, Thu Dec 18 00:29:29 2003 UTC vs.
Revision 1.15 by pcg, Thu Dec 18 02:07:12 2003 UTC

1/* 1/*
2 * $Id: rxvt.h,v 1.13 2003/12/18 00:29:29 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,
770 767
771#ifndef STRICT_FONT_CHECKING 768#ifndef STRICT_FONT_CHECKING
772# define rxvt_get_fontwidest(font) ((font)->max_bounds.width) 769# define rxvt_get_fontwidest(font) ((font)->max_bounds.width)
773#endif 770#endif
774 771
775#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))
776#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))
777 774
778#ifdef UTMP_SUPPORT 775#ifdef UTMP_SUPPORT
779# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX) 776# if !defined(RXVT_UTMPX_FILE) || !defined(HAVE_STRUCT_UTMPX)
780# undef HAVE_UTMPX_H 777# undef HAVE_UTMPX_H
781# undef HAVE_STRUCT_UTMPX 778# undef HAVE_STRUCT_UTMPX

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines