summaryrefslogtreecommitdiff
path: root/eagle-internal.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-11-25 00:09:33 -0500
committerKristian Høgsberg <krh@redhat.com>2008-11-25 00:12:56 -0500
commitafd39ddf0bd41c80e997cee46e6239bbe044ee2a (patch)
treee122997c73e9370068c827967b61a5c191037838 /eagle-internal.h
parentbf75ddbcc58a18068717572c5ffcbb117901cae5 (diff)
Always require user to pass in GEM handle for front.
This pushes the responsibility for figuring out the GEM handle for the front buffer to the client and avoids making the full screen surface a special case.
Diffstat (limited to 'eagle-internal.h')
-rw-r--r--eagle-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eagle-internal.h b/eagle-internal.h
index e9e29dd..c16af96 100644
--- a/eagle-internal.h
+++ b/eagle-internal.h
@@ -73,6 +73,7 @@ struct EagleBackend {
};
int eglInitDisplay(EGLDisplay display, const char *device, const char *driver);
-void eglInitSurface(EGLSurface surface, EGLDisplay display, EGLConfig fbconfig);
+void eglInitSurface(EGLSurface surface, EGLDisplay display, EGLConfig fbconfig,
+ int width, int height);
#endif