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.239 by root, Tue Jan 24 16:57:42 2006 UTC vs.
Revision 1.240 by root, Tue Jan 24 19:40:12 2006 UTC

823# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g)) 823# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g))
824#else 824#else
825# define XPMClearArea(a, b, c, d, e, f, g) 825# define XPMClearArea(a, b, c, d, e, f, g)
826#endif 826#endif
827 827
828#ifdef DEBUG_CMD
829# define D_CMD(x) fprintf x ; fputc('\n', stderr)
830#else
831# define D_CMD(x)
832#endif
833#ifdef DEBUG_INIT
834# define D_INIT(x) fprintf x ; fputc('\n', stderr)
835#else
836# define D_INIT(x)
837#endif
838#ifdef DEBUG_MAIN
839# define D_MAIN(x) fprintf x ; fputc('\n', stderr)
840#else
841# define D_MAIN(x)
842#endif
843#ifdef DEBUG_SIZE
844# define D_SIZE(x) fprintf x ; fputc('\n', stderr)
845#else
846# define D_SIZE(x)
847#endif
848
849typedef callback1<void, const char *> log_callback; 828typedef callback1<void, const char *> log_callback;
850typedef callback1<int, int> getfd_callback; 829typedef callback1<int, int> getfd_callback;
851 830
852#define SET_LOCALE(locale) rxvt_set_locale (locale) 831#define SET_LOCALE(locale) rxvt_set_locale (locale)
853extern bool rxvt_set_locale (const char *locale) NOTHROW; 832extern bool rxvt_set_locale (const char *locale) NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines