kns_globals.h 238 B

1234567891011
  1. #ifndef KNS_GLOBALS_DEFINED
  2. #define KNS_GLOBALS_DEFINED
  3. extern GLuint Material_1_Dlist;
  4. extern OGLMotifWindowData MainOGLWindow;
  5. extern OGLMotifWindowData ColormapWindow;
  6. extern GLuint MainDlist;
  7. extern XtAppContext App_context;
  8. #endif