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.51 by sf-exg, Fri Feb 11 11:26:30 2011 UTC vs.
Revision 1.52 by sf-exg, Sat Feb 12 00:30:01 2011 UTC

368typedef void (*sel_cb)(char *data, unsigned int len, struct rxvt_selection *rs, void *ptr); 368typedef void (*sel_cb)(char *data, unsigned int len, struct rxvt_selection *rs, void *ptr);
369 369
370struct rxvt_selection 370struct rxvt_selection
371{ 371{
372 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, sel_cb cb, void *ptr); 372 rxvt_selection (rxvt_display *disp, int selnum, Time tm, Window win, Atom prop, sel_cb cb, void *ptr);
373 void run ();
373 ~rxvt_selection (); 374 ~rxvt_selection ();
374 375
375private: 376private:
376 rxvt_display *display; 377 rxvt_display *display;
377 Time request_time; 378 Time request_time;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines