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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.141 by root, Fri Jan 13 04:19:41 2006 UTC vs.
Revision 1.142 by root, Fri Jan 13 04:59:04 2006 UTC

1094 attributes.bit_gravity = NorthWestGravity; 1094 attributes.bit_gravity = NorthWestGravity;
1095 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes); 1095 XChangeWindowAttributes (disp, vt, CWBitGravity, &attributes);
1096 1096
1097 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask; 1097 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1098 1098
1099 if (OPTION (Opt_pointerBlank) 1099 if (OPTION (Opt_pointerBlank))
1100#ifdef ENABLE_PERL
1101 || perl.self
1102#endif
1103 )
1104 vt_emask |= PointerMotionMask; 1100 vt_emask |= PointerMotionMask;
1105 else 1101 else
1106 vt_emask |= Button1MotionMask | Button3MotionMask; 1102 vt_emask |= Button1MotionMask | Button3MotionMask;
1107 1103
1108 XSelectInput (disp, vt, vt_emask); 1104 vt_select_input ();
1105
1109 vt_ev.start (display, vt); 1106 vt_ev.start (display, vt);
1110 1107
1111#if defined(MENUBAR) && (MENUBAR_MAX > 1) 1108#if defined(MENUBAR) && (MENUBAR_MAX > 1)
1112 if (menuBar_height ()) 1109 if (menuBar_height ())
1113 { 1110 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines