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.254 by root, Thu Feb 2 18:04:46 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;
1206 void im_set_preedit_area (XRectangle &preedit_rect, XRectangle &status_rect, const XRectangle &needed_rect); 1206 void im_set_preedit_area (XRectangle &preedit_rect, XRectangle &status_rect, const XRectangle &needed_rect);
1207 1207
1208 bool IMisRunning (); 1208 bool IMisRunning ();
1209 void IMSendSpot (); 1209 void IMSendSpot ();
1210 bool IM_get_IC (const char *modifiers); 1210 bool IM_get_IC (const char *modifiers);
1211 void IMSetStatusPosition (); 1211 void IMSetPosition ();
1212#endif 1212#endif
1213 1213
1214 void resize_scrollbar (); 1214 void resize_scrollbar ();
1215 1215
1216 // command.C 1216 // command.C
1217 void lookup_key (XKeyEvent &ev); 1217 void key_press (XKeyEvent &ev);
1218 void key_release (XKeyEvent &ev);
1218 unsigned int cmd_write (const char *str, unsigned int count); 1219 unsigned int cmd_write (const char *str, unsigned int count);
1219 1220
1220 wchar_t next_char () NOTHROW; 1221 wchar_t next_char () NOTHROW;
1221 wchar_t cmd_getc () THROW ((class out_of_input)); 1222 wchar_t cmd_getc () THROW ((class out_of_input));
1222 uint32_t next_octet () NOTHROW; 1223 uint32_t next_octet () NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines