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.256 by root, Sat Feb 11 10:53:37 2006 UTC vs.
Revision 1.257 by root, Wed May 31 00:35:56 2006 UTC

773# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g)) 773# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g))
774#else 774#else
775# define XPMClearArea(a, b, c, d, e, f, g) 775# define XPMClearArea(a, b, c, d, e, f, g)
776#endif 776#endif
777 777
778typedef callback1<void, const char *> log_callback; 778typedef callback<void (const char *)> log_callback;
779typedef callback1<int, int> getfd_callback; 779typedef callback<int (int)> getfd_callback;
780 780
781#define SET_LOCALE(locale) rxvt_set_locale (locale) 781#define SET_LOCALE(locale) rxvt_set_locale (locale)
782extern bool rxvt_set_locale (const char *locale) NOTHROW; 782extern bool rxvt_set_locale (const char *locale) NOTHROW;
783extern void rxvt_push_locale (const char *locale) NOTHROW; 783extern void rxvt_push_locale (const char *locale) NOTHROW;
784extern void rxvt_pop_locale () NOTHROW; 784extern void rxvt_pop_locale () NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines