diff options
author | emersion <contact@emersion.fr> | 2018-02-27 09:47:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-27 09:47:23 +0100 |
commit | c2ba1869ce0ffd0e21238c8a4454ac29215ff7d0 (patch) | |
tree | 87c2ea4b7a0a75f21a3868e554bb50df1015615a /include/rootston | |
parent | 1171368cfca8e0af9a047d71cbcd40343b486db1 (diff) | |
parent | bb676013ed1b1b48847694a2159e3b009636b181 (diff) |
Merge pull request #670 from Ongy/xwayland_unmanaged
add xwayland unmanaged tests to support dmenu
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index ab3ae61a..467de8ab 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -78,6 +78,7 @@ void view_apply_damage(struct roots_view *view); void view_damage_whole(struct roots_view *view); void view_update_position(struct roots_view *view, double x, double y); void view_update_size(struct roots_view *view, uint32_t width, uint32_t height); +void view_initial_focus(struct roots_view *view); void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data); void handle_xdg_shell_surface(struct wl_listener *listener, void *data); |