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.319 by ayin, Fri Feb 16 21:46:05 2007 UTC vs.
Revision 1.320 by root, Mon Apr 30 15:07:09 2007 UTC

1458 break; 1458 break;
1459 } 1459 }
1460 break; 1460 break;
1461 1461
1462 case FocusIn: 1462 case FocusIn:
1463 if (ev.xfocus.detail != NotifyInferior && ev.xfocus.detail != NotifyPointer) 1463 if (ev.xfocus.detail != NotifyInferior
1464 && ev.xfocus.detail != NotifyPointer
1465 && ev.xfocus.mode != NotifyGrab)
1464 focus_in (); 1466 focus_in ();
1465 break; 1467 break;
1466 1468
1467 case FocusOut: 1469 case FocusOut:
1468 if (ev.xfocus.detail != NotifyInferior && ev.xfocus.detail != NotifyPointer) 1470 if (ev.xfocus.detail != NotifyInferior
1471 && ev.xfocus.detail != NotifyPointer
1472 && ev.xfocus.mode != NotifyGrab)
1469 focus_out (); 1473 focus_out ();
1470 break; 1474 break;
1471 1475
1472 case ConfigureNotify: 1476 case ConfigureNotify:
1473 if (ev.xconfigure.window == parent[0]) 1477 if (ev.xconfigure.window == parent[0])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines