diff options
Diffstat (limited to 'make/stub_includes/x11/X11/X.h')
-rw-r--r-- | make/stub_includes/x11/X11/X.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/x11/X11/X.h b/make/stub_includes/x11/X11/X.h index 2cd64bbf0..239836ee4 100644 --- a/make/stub_includes/x11/X11/X.h +++ b/make/stub_includes/x11/X11/X.h @@ -1,7 +1,7 @@ #ifndef _X_H_ #define _X_H_ -typedef unsigned long XID; +typedef struct {} * XID; typedef int Bool; typedef struct {} Display; typedef int Status; |