/usr/include/IV-X11/Xdefs.h is in ivtools-dev 1.2.11a1-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #undef boolean
#undef Bitmap
#undef Colormap
#undef Cursor
#undef Display
#undef Drawable
#undef Font
#undef Screen
#undef Window
#define Bitmap XBitmap
#define Colormap XColormap
#define Cursor XCursor
#define Display XDisplay
#define Drawable XDrawable
#define Font XFont
#define Screen XScreen
#define Window XWindow
|