set winlist input window as child of root, not comp overlay win

T1019
This commit is contained in:
Mike Blumenkrantz 2014-02-26 10:51:19 -05:00
parent 79f3313931
commit ef520ba331
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ e_winlist_show(E_Zone *zone, E_Winlist_Filter filter)
if (_winlist) return 0;
_input_window = ecore_x_window_input_new(zone->comp->win, 0, 0, 1, 1);
_input_window = ecore_x_window_input_new(zone->comp->man->root, 0, 0, 1, 1);
ecore_x_window_show(_input_window);
if (!e_grabinput_get(_input_window, 0, _input_window))
{