mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-13 13:29:47 -05:00
Don't forget to initialize overlay position.
This commit is contained in:
parent
221067654c
commit
9f88b185a0
1 changed files with 1 additions and 0 deletions
|
|
@ -999,6 +999,7 @@ egl_compositor_create(struct wl_display *display)
|
|||
ec->background = background_create(filename, 1280, 800);
|
||||
ec->pointer = pointer_create(100, 100, 64, 64);
|
||||
ec->overlay = overlay_create(0, ec->height, ec->width, 200);
|
||||
ec->overlay_y = ec->height;
|
||||
ec->overlay_target = ec->height;
|
||||
ec->overlay_previous = ec->height;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue