summaryrefslogtreecommitdiff
path: root/eagle-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'eagle-internal.h')
-rw-r--r--eagle-internal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/eagle-internal.h b/eagle-internal.h
index 5d09e8e..6adc18d 100644
--- a/eagle-internal.h
+++ b/eagle-internal.h
@@ -57,7 +57,7 @@ struct EGLDisplay {
int width, height;
- __DRIcopyBufferExtension *copyBuffer;
+ __DRI2flushExtension *flush;
const struct EagleBackend *backend;
void *backendPrivate;
@@ -97,13 +97,8 @@ struct EagleBackend {
void (*getBuffers)(EGLSurface surface,
uint32_t *attachments,
int count);
- EGLBoolean (*swapBuffers)(EGLDisplay display,
- EGLSurface surface);
EGLBoolean (*destroySurface)(EGLDisplay display,
EGLSurface surface);
- EGLSurface (*createSurfaceForName)(EGLDisplay display, EGLConfig config,
- uint32_t name, uint32_t width,
- uint32_t height, uint32_t stride, const EGLint *attribList);
};
int eglInitDisplay(EGLDisplay display,