[wayland] Allow resizing on ShellClients

Needed to be able to put clients into quick tile mode.
This commit is contained in:
Martin Gräßlin 2015-10-13 16:26:45 +02:00
parent 9f91431e8c
commit 41af9c400c

View file

@ -353,7 +353,7 @@ bool ShellClient::isMovableAcrossScreens() const
bool ShellClient::isResizable() const
{
return false;
return true;
}
bool ShellClient::isShown(bool shaded_is_shown) const