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.237 by ayin, Mon Dec 31 15:45:29 2007 UTC vs.
Revision 1.238 by ayin, Fri Jan 4 17:57:28 2008 UTC

1075 termwin_ev.start (display, top); 1075 termwin_ev.start (display, top);
1076 1076
1077 /* vt cursor: Black-on-White is standard, but this is more popular */ 1077 /* vt cursor: Black-on-White is standard, but this is more popular */
1078 TermWin_cursor = XCreateFontCursor (dpy, XC_xterm); 1078 TermWin_cursor = XCreateFontCursor (dpy, XC_xterm);
1079 1079
1080#ifdef HAVE_SCROLLBARS
1081 /* cursor scrollBar: Black-on-White */
1082 leftptr_cursor = XCreateFontCursor (dpy, XC_left_ptr);
1083#endif
1084
1085 /* the vt window */ 1080 /* the vt window */
1086 vt = XCreateSimpleWindow (dpy, top, 1081 vt = XCreateSimpleWindow (dpy, top,
1087 window_vt_x, window_vt_y, 1082 window_vt_x, window_vt_y,
1088 width, height, 1083 width, height,
1089 0, 1084 0,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines