Beispiel #1
0
void
cleanup(void) {
    XSetErrorHandler(oldErrorHandler);
    oldErrorHandler = NULL;

    cleanupX();
}
Beispiel #2
0
void
cleanup(void) {
    if (eglDisplay != EGL_NO_DISPLAY) {
        eglTerminate(eglDisplay);
    }

    cleanupX();
}
Beispiel #3
0
void
cleanup(void) {
    cleanupX();
}