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.259 by root, Thu Jul 6 18:56:10 2006 UTC

8#if defined (ISO_14755) || defined (ENABLE_PERL) 8#if defined (ISO_14755) || defined (ENABLE_PERL)
9# define ENABLE_OVERLAY 1 9# define ENABLE_OVERLAY 1
10#endif 10#endif
11 11
12#if ENABLE_PERL 12#if ENABLE_PERL
13# define ENABLE_FRILLS 1 13# define ENABLE_FRILLS 1
14# define ENABLE_COMBINING 1 14# define ENABLE_COMBINING 1
15#endif 15#endif
16 16
17#if ENABLE_FRILLS 17#if ENABLE_FRILLS
18# define ENABLE_XEMBED 1 18# define ENABLE_XEMBED 1
19# define ENABLE_EWMH 1 19# define ENABLE_EWMH 1
20# define ENABLE_XIM_ONTHESPOT 1 20# define ENABLE_XIM_ONTHESPOT 1
21# define CURSOR_BLINK 1 21# define CURSOR_BLINK 1
22# define OPTION_HC 1
22#else 23#else
23# define ENABLE_MINIMAL 1 24# define ENABLE_MINIMAL 1
24#endif 25#endif
25 26
26#include <limits.h> 27#include <limits.h>
773# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g)) 774# define XPMClearArea(a, b, c, d, e, f, g) XClearArea((a), (b), (c), (d), (e), (f), (g))
774#else 775#else
775# define XPMClearArea(a, b, c, d, e, f, g) 776# define XPMClearArea(a, b, c, d, e, f, g)
776#endif 777#endif
777 778
778typedef callback1<void, const char *> log_callback; 779typedef callback<void (const char *)> log_callback;
779typedef callback1<int, int> getfd_callback; 780typedef callback<int (int)> getfd_callback;
780 781
781#define SET_LOCALE(locale) rxvt_set_locale (locale) 782#define SET_LOCALE(locale) rxvt_set_locale (locale)
782extern bool rxvt_set_locale (const char *locale) NOTHROW; 783extern bool rxvt_set_locale (const char *locale) NOTHROW;
783extern void rxvt_push_locale (const char *locale) NOTHROW; 784extern void rxvt_push_locale (const char *locale) NOTHROW;
784extern void rxvt_pop_locale () NOTHROW; 785extern void rxvt_pop_locale () NOTHROW;
1206 void im_set_preedit_area (XRectangle &preedit_rect, XRectangle &status_rect, const XRectangle &needed_rect); 1207 void im_set_preedit_area (XRectangle &preedit_rect, XRectangle &status_rect, const XRectangle &needed_rect);
1207 1208
1208 bool IMisRunning (); 1209 bool IMisRunning ();
1209 void IMSendSpot (); 1210 void IMSendSpot ();
1210 bool IM_get_IC (const char *modifiers); 1211 bool IM_get_IC (const char *modifiers);
1211 void IMSetStatusPosition (); 1212 void IMSetPosition ();
1212#endif 1213#endif
1213 1214
1214 void resize_scrollbar (); 1215 void resize_scrollbar ();
1215 1216
1216 // command.C 1217 // command.C
1217 void lookup_key (XKeyEvent &ev); 1218 void key_press (XKeyEvent &ev);
1219 void key_release (XKeyEvent &ev);
1218 unsigned int cmd_write (const char *str, unsigned int count); 1220 unsigned int cmd_write (const char *str, unsigned int count);
1219 1221
1220 wchar_t next_char () NOTHROW; 1222 wchar_t next_char () NOTHROW;
1221 wchar_t cmd_getc () THROW ((class out_of_input)); 1223 wchar_t cmd_getc () THROW ((class out_of_input));
1222 uint32_t next_octet () NOTHROW; 1224 uint32_t next_octet () NOTHROW;
1226 void mouse_report (XButtonEvent &ev); 1228 void mouse_report (XButtonEvent &ev);
1227 void button_press (XButtonEvent &ev); 1229 void button_press (XButtonEvent &ev);
1228 void button_release (XButtonEvent &ev); 1230 void button_release (XButtonEvent &ev);
1229 void focus_in (); 1231 void focus_in ();
1230 void focus_out (); 1232 void focus_out ();
1233 void update_fade_color (unsigned int idx);
1231 int check_our_parents (); 1234 int check_our_parents ();
1232#ifdef PRINTPIPE 1235#ifdef PRINTPIPE
1233 FILE *popen_printer (); 1236 FILE *popen_printer ();
1234 int pclose_printer (FILE *stream); 1237 int pclose_printer (FILE *stream);
1235#endif 1238#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines