[client] allow window resize event's before startup

This commit is contained in:
Geoffrey McRae
2018-07-19 23:32:42 +10:00
parent 9f8c20c3e7
commit eb6ee8ea46
3 changed files with 41 additions and 31 deletions

View File

@@ -85,6 +85,7 @@ LG_RendererFormat;
typedef struct LG_RendererRect
{
bool valid;
int x;
int y;
unsigned int w;