diff options
Diffstat (limited to 'include/rootston')
| -rw-r--r-- | include/rootston/desktop.h | 1 | ||||
| -rw-r--r-- | include/rootston/view.h | 1 | 
2 files changed, 1 insertions, 1 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); diff --git a/include/rootston/view.h b/include/rootston/view.h index 7464edc5..ff5ef44a 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -95,7 +95,6 @@ struct roots_view {  		double x, y;  		uint32_t width, height;  		float rotation; -		float alpha;  	} saved;  	struct { | 
