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.33 by pcg, Sun Feb 22 10:37:54 2004 UTC vs.
Revision 1.35 by pcg, Tue Feb 24 00:44:23 2004 UTC

402#endif 402#endif
403 403
404 refresh_limit = 1; 404 refresh_limit = 1;
405 refresh_type = SLOW_REFRESH; 405 refresh_type = SLOW_REFRESH;
406 prev_nrow = prev_ncol = 0; 406 prev_nrow = prev_ncol = 0;
407#ifdef MULTICHAR_SET
408# ifdef MULTICHAR_ENCODING
409 encoding_method = MULTICHAR_ENCODING;
410# endif
411 multichar_decode = rxvt_euc2jis;
412#endif
413 407
414 oldcursor.row = oldcursor.col = -1; 408 oldcursor.row = oldcursor.col = -1;
415#ifdef XPM_BACKGROUND 409#ifdef XPM_BACKGROUND
416 /* bgPixmap.w = bgPixmap.h = 0; */ 410 /* bgPixmap.w = bgPixmap.h = 0; */
417 bgPixmap.x = bgPixmap.y = 50; 411 bgPixmap.x = bgPixmap.y = 50;
1256 PixColors[Color_scroll]); 1250 PixColors[Color_scroll]);
1257#ifdef DEBUG_X 1251#ifdef DEBUG_X
1258 XStoreName (display->display, menuBar.win, "menubar"); 1252 XStoreName (display->display, menuBar.win, "menubar");
1259#endif 1253#endif
1260 1254
1261 XDefineCursor (display->display, menuBar.win, pointer_leftptr); 1255 XDefineCursor (display->display, menuBar.win,
1256 XCreateFontCursor (display->display, XC_left_ptr));
1262 1257
1263 XSelectInput (display->display, menuBar.win, 1258 XSelectInput (display->display, menuBar.win,
1264 (ExposureMask | ButtonPressMask | ButtonReleaseMask 1259 (ExposureMask | ButtonPressMask | ButtonReleaseMask
1265 | Button1MotionMask)); 1260 | Button1MotionMask));
1266 menubar_ev.start (display, menuBar.win); 1261 menubar_ev.start (display, menuBar.win);
1289 gcvalue.graphics_exposures = 1; 1284 gcvalue.graphics_exposures = 1;
1290 TermWin.gc = XCreateGC (display->display, TermWin.vt, 1285 TermWin.gc = XCreateGC (display->display, TermWin.vt,
1291 GCForeground | GCBackground 1286 GCForeground | GCBackground
1292 | GCGraphicsExposures, &gcvalue); 1287 | GCGraphicsExposures, &gcvalue);
1293 1288
1289 TermWin.drawable = new rxvt_drawable (display, TermWin.vt);
1290
1294#if defined(MENUBAR) || defined(RXVT_SCROLLBAR) 1291#if defined(MENUBAR) || defined(RXVT_SCROLLBAR)
1295 gcvalue.foreground = PixColors[Color_topShadow]; 1292 gcvalue.foreground = PixColors[Color_topShadow];
1296 topShadowGC = XCreateGC (display->display, TermWin.vt, 1293 topShadowGC = XCreateGC (display->display, TermWin.vt, GCForeground, &gcvalue);
1297 GCForeground, &gcvalue);
1298 gcvalue.foreground = PixColors[Color_bottomShadow]; 1294 gcvalue.foreground = PixColors[Color_bottomShadow];
1299 botShadowGC = XCreateGC (display->display, TermWin.vt, 1295 botShadowGC = XCreateGC (display->display, TermWin.vt, GCForeground, &gcvalue);
1300 GCForeground, &gcvalue);
1301 gcvalue.foreground = PixColors[ (XDEPTH <= 2 ? Color_fg 1296 gcvalue.foreground = PixColors[ (XDEPTH <= 2 ? Color_fg : Color_scroll)];
1302 : Color_scroll)];
1303 scrollbarGC = XCreateGC (display->display, TermWin.vt, 1297 scrollbarGC = XCreateGC (display->display, TermWin.vt, GCForeground, &gcvalue);
1304 GCForeground, &gcvalue);
1305#endif 1298#endif
1306} 1299}
1307 1300
1308/*----------------------------------------------------------------------*/ 1301/*----------------------------------------------------------------------*/
1309/* 1302/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines