ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.h
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.2 by root, Wed Aug 25 02:33:09 2004 UTC vs.
Revision 1.4 by root, Sat Dec 11 23:01:36 2004 UTC

65#ifdef USE_XIM 65#ifdef USE_XIM
66 refcache<rxvt_xim> xims; 66 refcache<rxvt_xim> xims;
67 vector<im_watcher *> imw; 67 vector<im_watcher *> imw;
68 68
69 void im_change_cb (); 69 void im_change_cb ();
70 void im_change_check ();
70#endif 71#endif
71 72
72//public 73//public
73 Display *display; 74 Display *display;
74 int depth; 75 int depth;
82#endif 83#endif
83 84
84 rxvt_display (const char *id); 85 rxvt_display (const char *id);
85 bool init (); 86 bool init ();
86 ~rxvt_display (); 87 ~rxvt_display ();
88
89 operator Display *() const { return display; }
87 90
88 void flush (); 91 void flush ();
89 92
90 void set_selection_owner (rxvt_term *owner); 93 void set_selection_owner (rxvt_term *owner);
91 94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines