#include "application.h"
#include <functional>
#include <memory>
#include <string>
#include <optional>
#include <set>
Go to the source code of this file.
|
| namespace | mir |
| |
| namespace | miral |
| | Mir Abstraction Layer.
|
| |
|
| auto | miral::application_for (wl_client *client) -> Application |
| | Get the MirAL application for a wl_client.
|
| |
| auto | miral::application_for (wl_resource *resource) -> Application |
| | Get the MirAL application for a wl_resource.
|
| |
| auto | miral::window_for (wl_resource *surface) -> Window |
| | Get the MirAL Window for a Wayland Surface, XdgSurface, etc. Note that there may not be a corresponding miral::Window (e.g. the surface is created and assigned properties before 'commit' creates the miral::Window).
|
| |
Copyright © 2012-2023
Canonical Ltd.
Generated on Wed Feb 1 15:34:52 UTC 2023
This documentation is licensed under the GPL version 2 or 3.