#include <X11/Intrinsic.h>
Go to the source code of this file.
◆ XoCR_EVENT
◆ XoCR_PAINT
◆ XoNdoubleBufferOn
#define XoNdoubleBufferOn "doubleBufferOn" |
◆ XoNeventCallback
#define XoNeventCallback "eventCallback" |
◆ XoNpaintCallback
#define XoNpaintCallback "paintCallback" |
◆ OpenGLAreaWidget
◆ OpenGLAreaWidgetClass
◆ OpenGLAreaPaint()
void OpenGLAreaPaint |
( |
Widget |
This | ) |
|
Definition at line 317 of file OpenGLArea.c.
317 {
318 if(!XtIsRealized(This)) return;
319 if(MakeCurrent(This)==1) {
324 glXSwapBuffers(XtDisplay(This),XtWindow(This));
325 glXMakeCurrent(XtDisplay(This),None,NULL);
326 }
327}
◆ OpenGLAreaWrite_gl2ps()
int OpenGLAreaWrite_gl2ps |
( |
Widget |
w, |
|
|
const char * |
f, |
|
|
const char * |
o |
|
) |
| |
◆ openGLAreaWidgetClass
WidgetClass openGLAreaWidgetClass |
|
extern |