--- files/patch-panel.cpp (不存在的) +++ files/patch-panel.cpp (工作副本) @@ -0,0 +1,11 @@ +--- panel.cpp.orig 2017-01-30 20:34:50.712852000 -0500 ++++ panel.cpp 2017-01-30 20:41:22.057188000 -0500 +@@ -48,7 +48,7 @@ + gcm = GCGraphicsExposures; + gcv.graphics_exposures = False; + WinGC = XCreateGC(Dpy, Win, gcm, &gcv); +- if (WinGC < 0) { ++ if (WinGC == NULL) { + cerr << APPNAME + << ": failed to create pixmap\n."; + exit(ERR_EXIT); 属性改变: files/patch-panel.cpp +yes +native +text/plain