Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qtwayland] Close windows when asked. Contributes to JB#42170
  • Loading branch information
denexter committed Jul 24, 2018
1 parent ed1c471 commit fc59ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/qwaylandxdgsurface.cpp
Expand Up @@ -253,6 +253,7 @@ void QWaylandXdgSurface::xdg_surface_configure(int32_t width, int32_t height, st

void QWaylandXdgSurface::xdg_surface_close()
{
m_window->window()->close();
}

}
Expand Down

0 comments on commit fc59ce4

Please sign in to comment.