blob: 311e51679ea6d139424ed209c545d8300af04fc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: nxcompext/NXlib.c
===================================================================
--- nxcompext.orig/NXlib.c
+++ nxcompext/NXlib.c
@@ -56,6 +56,8 @@
#include "MD5.h"
+#define _XGetIOError(dpy) (dpy -> flags & XlibDisplayIOError)
+
#define PANIC
#define WARNING
#undef TEST
|