Line 0
Link Here
|
|
|
1 |
--- panel.cpp.orig 2017-01-30 20:34:50.712852000 -0500 |
2 |
+++ panel.cpp 2017-01-30 20:41:22.057188000 -0500 |
3 |
@@ -48,7 +48,7 @@ |
4 |
gcm = GCGraphicsExposures; |
5 |
gcv.graphics_exposures = False; |
6 |
WinGC = XCreateGC(Dpy, Win, gcm, &gcv); |
7 |
- if (WinGC < 0) { |
8 |
+ if (WinGC == NULL) { |
9 |
cerr << APPNAME |
10 |
<< ": failed to create pixmap\n."; |
11 |
exit(ERR_EXIT); |
0 |
属性改变: files/patch-panel.cpp |
12 |
属性改变: files/patch-panel.cpp |
|
|
13 |
yes |
14 |
native |
15 |
text/plain |