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.34 by pcg, Tue Feb 24 00:02:44 2004 UTC vs.
Revision 1.35 by pcg, Tue Feb 24 00:44:23 2004 UTC

1284 gcvalue.graphics_exposures = 1; 1284 gcvalue.graphics_exposures = 1;
1285 TermWin.gc = XCreateGC (display->display, TermWin.vt, 1285 TermWin.gc = XCreateGC (display->display, TermWin.vt,
1286 GCForeground | GCBackground 1286 GCForeground | GCBackground
1287 | GCGraphicsExposures, &gcvalue); 1287 | GCGraphicsExposures, &gcvalue);
1288 1288
1289 TermWin.drawable = new rxvt_drawable (display, TermWin.vt);
1290
1289#if defined(MENUBAR) || defined(RXVT_SCROLLBAR) 1291#if defined(MENUBAR) || defined(RXVT_SCROLLBAR)
1290 gcvalue.foreground = PixColors[Color_topShadow]; 1292 gcvalue.foreground = PixColors[Color_topShadow];
1291 topShadowGC = XCreateGC (display->display, TermWin.vt, 1293 topShadowGC = XCreateGC (display->display, TermWin.vt, GCForeground, &gcvalue);
1292 GCForeground, &gcvalue);
1293 gcvalue.foreground = PixColors[Color_bottomShadow]; 1294 gcvalue.foreground = PixColors[Color_bottomShadow];
1294 botShadowGC = XCreateGC (display->display, TermWin.vt, 1295 botShadowGC = XCreateGC (display->display, TermWin.vt, GCForeground, &gcvalue);
1295 GCForeground, &gcvalue);
1296 gcvalue.foreground = PixColors[ (XDEPTH <= 2 ? Color_fg 1296 gcvalue.foreground = PixColors[ (XDEPTH <= 2 ? Color_fg : Color_scroll)];
1297 : Color_scroll)];
1298 scrollbarGC = XCreateGC (display->display, TermWin.vt, 1297 scrollbarGC = XCreateGC (display->display, TermWin.vt, GCForeground, &gcvalue);
1299 GCForeground, &gcvalue);
1300#endif 1298#endif
1301} 1299}
1302 1300
1303/*----------------------------------------------------------------------*/ 1301/*----------------------------------------------------------------------*/
1304/* 1302/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines