/* Pull in system's real include files if possible */ #include "Lang.h" #include #include #if !defined(_TKINTXLIBDECLS) #include #ifndef _XLIB #include "Xlib.h" #endif #include "Xlib_f.h" static unsigned XlibVSize(void) { return sizeof(XlibVtab);} static XlibVtab XlibVtable = { XlibVSize, #define VFUNC(type,name,mem,args) name, #define VVAR(type,name,mem) &name, #include "Xlib.t" #undef VFUNC #undef VVAR }; XlibVtab *XlibVptr; XlibVtab *XlibVGet() { return XlibVptr = &XlibVtable;} #endif