This is mgx11.h in view mode; [Download] [Up]
#include <X11/Xlib.h> #define MG_X11WINID 101 /* for passing an X window id */ #define MG_X11PARENT 102 /* for passing an X parent window id */ #define MG_X11DISPLAY 103 /* for passing an X display id */ #define MG_X11VISIBLE 104 /* window visible */ #define MG_X11SIZELOCK 105 /* for locking size of window */ #define MG_X11DELETE 106 /* callback for window deletion */ extern mgcontext *mgx11_findctx( Window ); extern unsigned long mgx11_nearestRGB(float, float, float);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.