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.47 by root, Wed Nov 5 14:43:54 2008 UTC vs.
Revision 1.48 by sf-exg, Sun Jan 24 21:53:13 2010 UTC

235//public 235//public
236 Display *dpy; 236 Display *dpy;
237 int screen; 237 int screen;
238 Window root; 238 Window root;
239 rxvt_term *selection_owner; 239 rxvt_term *selection_owner;
240 rxvt_term *clipboard_owner;
240 Atom xa[NUM_XA]; 241 Atom xa[NUM_XA];
241 bool is_local; 242 bool is_local;
242#ifdef POINTER_BLANK 243#ifdef POINTER_BLANK
243 Cursor blank_cursor; 244 Cursor blank_cursor;
244#endif 245#endif
253 { 254 {
254 flush_ev.start (); 255 flush_ev.start ();
255 } 256 }
256 257
257 Atom atom (const char *name); 258 Atom atom (const char *name);
258 void set_selection_owner (rxvt_term *owner); 259 void set_selection_owner (rxvt_term *owner, bool clipboard);
259 260
260 void reg (xevent_watcher *w); 261 void reg (xevent_watcher *w);
261 void unreg (xevent_watcher *w); 262 void unreg (xevent_watcher *w);
262 263
263#ifdef USE_XIM 264#ifdef USE_XIM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines