exo: Add minimal support for xdg-shell interface to wayland bindings.
The xdg_shell allows clients to turn a wl_surface into a "real window" which can be dragged, resized, stacked, and moved around by the user. This interface is suited towards traditional desktop environments and is what most wayland clients use today. This patch adds minimal support for this interface. Requests such as move and resize will be added by follow up patches. BUG=549781 Review URL: https://codereview.chromium.org/1411403007 Cr-Commit-Position: refs/heads/master@{#362935}
Showing
Please register or sign in to comment