Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 786498
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- 1/panel.cpp
0
++ 1/panel.cpp
Lines 48-54 Link Here
48
		gcm = GCGraphicsExposures;
48
		gcm = GCGraphicsExposures;
49
		gcv.graphics_exposures = False;
49
		gcv.graphics_exposures = False;
50
		WinGC = XCreateGC(Dpy, Win, gcm, &gcv);
50
		WinGC = XCreateGC(Dpy, Win, gcm, &gcv);
51
		if (WinGC < 0) {
51
		if (WinGC == 0) {
52
			cerr << APPNAME
52
			cerr << APPNAME
53
				<< ": failed to create pixmap\n.";
53
				<< ": failed to create pixmap\n.";
54
			exit(ERR_EXIT);
54
			exit(ERR_EXIT);

Return to bug 786498