Ecore_Win32: update fullscreen state

This commit is contained in:
Vincent Torri 2017-04-26 06:56:42 +02:00 committed by Carsten Haitzler (Rasterman)
parent fdaa4f2418
commit 19797c9615
1 changed files with 1 additions and 0 deletions

View File

@ -1361,6 +1361,7 @@ ecore_win32_window_fullscreen_set(Ecore_Win32_Window *window,
INF("setting fullscreen: %s", on ? "yes" : "no");
window->fullscreen = !!on;
window->state.fullscreen = !!on;
if (on)
{