plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

x11-inc.h (651B)


      1 #define Colormap	XColormap
      2 #define Cursor		XCursor
      3 #define Display		XDisplay
      4 #define Drawable	XDrawable
      5 #define Font		XFont
      6 #define GC		XGC
      7 #define Point		XPoint
      8 #define Rectangle	XRectangle
      9 #define Screen		XScreen
     10 #define Visual		XVisual
     11 #define Window		XWindow
     12 
     13 #include <X11/Xlib.h>
     14 #include <X11/Xatom.h>
     15 #include <X11/Xutil.h>
     16 #include <X11/keysym.h>
     17 #include <X11/IntrinsicP.h>
     18 #include <X11/StringDefs.h>
     19 #ifdef SHOWEVENT
     20 #include <stdio.h>
     21 #include "../rio/showevent/ShowEvent.c"
     22 #endif
     23 
     24 #undef Colormap
     25 #undef Cursor
     26 #undef Display
     27 #undef Drawable
     28 #undef Font
     29 #undef GC
     30 #undef Point
     31 #undef Rectangle
     32 #undef Screen
     33 #undef Visual
     34 #undef Window