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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.565 by root, Tue Apr 28 12:38:19 2015 UTC vs.
Revision 1.566 by sf-exg, Sat Sep 12 14:03:35 2015 UTC

1612 case MotionNotify: 1612 case MotionNotify:
1613#ifdef POINTER_BLANK 1613#ifdef POINTER_BLANK
1614 if (hidden_pointer) 1614 if (hidden_pointer)
1615 pointer_unblank (); 1615 pointer_unblank ();
1616#endif 1616#endif
1617 if (!bypass_keystate
1617 if ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask)) 1618 && ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask))
1618 || priv_modes & PrivMode_MouseAnyEvent) 1619 || priv_modes & PrivMode_MouseAnyEvent))
1619 mouse_report (ev.xbutton); 1620 mouse_report (ev.xbutton);
1620 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1621 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1621 break; 1622 break;
1622 1623
1623 if (ev.xany.window == vt) 1624 if (ev.xany.window == vt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines