#ifndef BOINC_X_OPENGL_H #define BOINC_X_OPENGL_H #ifdef __cplusplus extern "C" { #endif extern int xwin_glut_is_initialized(); #ifdef __cplusplus } #endif extern void xwin_graphics_event_loop(); #endif