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.258 by root, Wed Jul 5 22:46:14 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;
1227 void mouse_report (XButtonEvent &ev); 1227 void mouse_report (XButtonEvent &ev);
1228 void button_press (XButtonEvent &ev); 1228 void button_press (XButtonEvent &ev);
1229 void button_release (XButtonEvent &ev); 1229 void button_release (XButtonEvent &ev);
1230 void focus_in (); 1230 void focus_in ();
1231 void focus_out (); 1231 void focus_out ();
1232 void update_fade_color (unsigned int idx);
1232 int check_our_parents (); 1233 int check_our_parents ();
1233#ifdef PRINTPIPE 1234#ifdef PRINTPIPE
1234 FILE *popen_printer (); 1235 FILE *popen_printer ();
1235 int pclose_printer (FILE *stream); 1236 int pclose_printer (FILE *stream);
1236#endif 1237#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines