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

Comparing rxvt-unicode/src/menubar.C (file contents):
Revision 1.16 by pcg, Thu Apr 8 20:31:45 2004 UTC vs.
Revision 1.17 by root, Sat Jul 31 15:32:50 2004 UTC

2035 if (menubarGC == None) 2035 if (menubarGC == None)
2036 { 2036 {
2037 /* Create the graphics context */ 2037 /* Create the graphics context */
2038 XGCValues gcvalue; 2038 XGCValues gcvalue;
2039 2039
2040 gcvalue.foreground = (XDEPTH <= 2 ? PixColors[Color_fg] 2040 gcvalue.foreground = (display->depth <= 2 ? PixColors[Color_fg]
2041 : PixColors[Color_Black]); 2041 : PixColors[Color_Black]);
2042 menubarGC = XCreateGC (display->display, menuBar.win, 2042 menubarGC = XCreateGC (display->display, menuBar.win,
2043 GCForeground, &gcvalue); 2043 GCForeground, &gcvalue);
2044 2044
2045 } 2045 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines