To get the proper maximized and fullscreen states, we should be using
the ecore_wl2_window functions, not the ecore_wl_window functions
@fix
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
prev_max = ee->prop.maximized;
prev_full = ee->prop.fullscreen;
- ee->prop.maximized = ecore_wl_window_maximized_get(wdata->win);
- ee->prop.fullscreen = ecore_wl_window_fullscreen_get(wdata->win);
+ ee->prop.maximized = ecore_wl2_window_maximized_get(wdata->win);
+ ee->prop.fullscreen = ecore_wl2_window_fullscreen_get(wdata->win);
nw = ev->w;
nh = ev->h;