comp - blackwin - only use compositor size and not 32k x 32k

This commit is contained in:
Carsten Haitzler 2020-04-19 23:38:04 +01:00
parent e66af58795
commit 1d7adf0626
1 changed files with 1 additions and 1 deletions

View File

@ -5459,7 +5459,7 @@ _e_comp_x_del(E_Comp *c)
blackwin = ecore_x_window_permanent_new(c->root, a);
ecore_x_window_ignore_set(blackwin, 1);
ecore_x_window_override_set(blackwin, EINA_TRUE);
ecore_x_window_move_resize(blackwin, 0, 0, 32000, 32000);
ecore_x_window_move_resize(blackwin, 0, 0, e_comp->w, e_comp->h);
ecore_x_window_background_color_set(blackwin, 0, 0, 0);
ecore_x_window_show(blackwin);
ecore_x_window_prop_window_set(c->root, a, &blackwin, 1);