Only center toplevel wl_shell views

This commit is contained in:
emersion 2017-10-08 18:02:11 +02:00
parent 3774d6c2c0
commit e66e18f4de
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ static void handle_surface_commit(struct wl_listener *listener, void *data) {
wl_container_of(listener, roots_surface, surface_commit);
struct roots_view *view = roots_surface->view;
if (!roots_surface->initialized) {
if (view->wl_shell_surface->state == WLR_WL_SHELL_SURFACE_STATE_TOPLEVEL &&
!roots_surface->initialized) {
bool centered = view_center(view);
if (centered) {
roots_surface->initialized = true;