mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 14:48:05 +02:00
shell: remove two redundant statements from map()
I stared at this function for some time, and these were the only lines I could sanely remove. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
9d3935296c
commit
d882779aa9
1 changed files with 0 additions and 2 deletions
|
|
@ -1306,7 +1306,6 @@ map(struct weston_shell *base,
|
|||
case SHELL_SURFACE_TOPLEVEL:
|
||||
surface->geometry.x = 10 + random() % 400;
|
||||
surface->geometry.y = 10 + random() % 400;
|
||||
surface->geometry.dirty = 1;
|
||||
break;
|
||||
case SHELL_SURFACE_SCREENSAVER:
|
||||
case SHELL_SURFACE_FULLSCREEN:
|
||||
|
|
@ -1337,7 +1336,6 @@ map(struct weston_shell *base,
|
|||
/* lock surface always visible, on top */
|
||||
wl_list_insert(&compositor->surface_list, &surface->link);
|
||||
|
||||
weston_compositor_repick(compositor);
|
||||
weston_compositor_wake(compositor);
|
||||
do_configure = 1;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue