commit | ef6a7e46eb28d66ccb6d88fa81a55d1a106d632a | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Wed Apr 30 14:15:14 2014 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 30 09:09:32 2014 -0700 |
tree | d83f933a47d58475302fc3f805cddf9471e70bdc | |
parent | 024177cecb5bfad228804656e17ac02ac6fd96bf [diff] |
shell: Don't map surfaces of type SHELL_SURFACE_NONE When commit 07926d90 factored out the code that chooses in which layer a surface is added to, it changed the behavior for surfaces with no type. Instead of not adding it to any layer, the surface is added to the current workspace. This patch restores the old behavior. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77527