2005-02-04 21:04:05 +00:00
|
|
|
#ifndef BOINC_X_OPENGL_H
|
|
|
|
#define BOINC_X_OPENGL_H
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2005-02-04 21:26:27 +00:00
|
|
|
extern int xwin_glut_is_initialized();
|
2005-02-04 21:04:05 +00:00
|
|
|
|
2005-04-19 00:34:41 +00:00
|
|
|
#ifdef __APPLE__
|
|
|
|
extern void MacGLUTFix(bool isScreenSaver);
|
|
|
|
extern void BringAppToFront(void);
|
2005-09-06 12:58:56 +00:00
|
|
|
extern void HideThisApp(void);
|
2005-04-19 00:34:41 +00:00
|
|
|
#endif
|
|
|
|
|
2005-02-04 21:04:05 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2004-10-13 22:52:37 +00:00
|
|
|
extern void xwin_graphics_event_loop();
|
2005-02-04 21:04:05 +00:00
|
|
|
|
|
|
|
#endif
|