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

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.85 by root, Sun Dec 16 19:44:48 2007 UTC vs.
Revision 1.86 by root, Mon Dec 24 08:00:18 2007 UTC

599} 599}
600 600
601void rxvt_display::set_selection_owner (rxvt_term *owner) 601void rxvt_display::set_selection_owner (rxvt_term *owner)
602{ 602{
603 if (selection_owner && selection_owner != owner) 603 if (selection_owner && selection_owner != owner)
604 {
604 selection_owner->selection_clear (); 605 selection_owner->selection_clear ();
606 flush ();
607 }
605 608
606 selection_owner = owner; 609 selection_owner = owner;
607} 610}
608 611
609#ifdef USE_XIM 612#ifdef USE_XIM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines