aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-02-27 09:47:23 +0100
committerGitHub <noreply@github.com>2018-02-27 09:47:23 +0100
commitc2ba1869ce0ffd0e21238c8a4454ac29215ff7d0 (patch)
tree87c2ea4b7a0a75f21a3868e554bb50df1015615a /include/rootston
parent1171368cfca8e0af9a047d71cbcd40343b486db1 (diff)
parentbb676013ed1b1b48847694a2159e3b009636b181 (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.h1
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);