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.316 by sf-exg, Mon Jan 9 15:45:45 2012 UTC vs.
Revision 1.317 by sf-exg, Mon Jan 9 21:12:08 2012 UTC

1550 TermWin_cursor = XCreateFontCursor (dpy, XC_xterm); 1550 TermWin_cursor = XCreateFontCursor (dpy, XC_xterm);
1551 1551
1552 /* the vt window */ 1552 /* the vt window */
1553 vt = XCreateSimpleWindow (dpy, top, 1553 vt = XCreateSimpleWindow (dpy, top,
1554 window_vt_x, window_vt_y, 1554 window_vt_x, window_vt_y,
1555 width, height, 1555 vt_width, vt_height,
1556 0, 1556 0,
1557 pix_colors_focused[Color_fg], 1557 pix_colors_focused[Color_fg],
1558 pix_colors_focused[Color_bg]); 1558 pix_colors_focused[Color_bg]);
1559 1559
1560 attributes.bit_gravity = NorthWestGravity; 1560 attributes.bit_gravity = NorthWestGravity;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines