EGL: Fix android build broken by last commit

This commit is contained in:
Scott Moreau
2014-01-23 19:41:07 -07:00
parent d4ff195cad
commit 202054708b
5 changed files with 7 additions and 8 deletions

View File

@ -28,7 +28,7 @@ private:
void XEventThread();
public:
bool ServerConnect(void);
bool Initialize(void *config);
bool Initialize(void *config, void *window_handle);
void *EGLGetDisplay(void);
void *CreateWindow(void);
void DestroyWindow(void);