evas-gl_cocoa: resize the gl context before resizing the window

This order seems more right. It does not have a visible
impact though...
This commit is contained in:
Jean Guyomarc'h 2016-06-05 11:38:49 +02:00
parent 266396b1eb
commit b2775d90b1
1 changed files with 1 additions and 1 deletions

View File

@ -159,8 +159,8 @@ eng_output_resize(void *data, int w, int h)
re->win->width = w;
re->win->height = h;
eng_window_resize(re->win, w, h);
evas_gl_common_context_resize(re->win->gl_context, w, h, 0);
eng_window_resize(re->win, w, h);
}
static void