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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines