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.46 by root, Tue Nov 4 11:03:29 2008 UTC vs.
Revision 1.47 by root, Wed Nov 5 14:43:54 2008 UTC

268 void put_xim (rxvt_xim *xim); 268 void put_xim (rxvt_xim *xim);
269#endif 269#endif
270}; 270};
271 271
272#ifdef USE_XIM 272#ifdef USE_XIM
273struct im_watcher : rxvt_watcher, callback<void (void)> { 273struct im_watcher : rxvt_watcher, callback<void (void)>
274{
274 void start (rxvt_display *display) 275 void start (rxvt_display *display)
275 { 276 {
276 display->reg (this); 277 display->reg (this);
277 } 278 }
278 279

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines