This commit is contained in:
Andrea Cavalli 2021-09-12 16:08:21 +02:00
parent d448ffcb05
commit 672bba9ed0
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ update_screen_size(struct xwl_output *xwl_output, int width, int height)
SetRootClip(xwl_screen->screen, xwl_screen->root_clip_mode);
if (xwl_screen->screen->root) {
BoxRec box = { 0, 0, width * 2, height * 2 };
BoxRec box = { 0, 0, width, height };
xwl_screen->screen->root->drawable.width = width;
xwl_screen->screen->root->drawable.height = height;