summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-09 23:41:00 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-09 23:41:00 +1000
commitb0fc7e98501fc885197de90af6579dc121e7ef46 (patch)
tree3021699cc8742542ca1f0e7f408d53d0b3efe8e8 /include
parentImplement some floating move commands (diff)
downloadsway-b0fc7e98501fc885197de90af6579dc121e7ef46.tar.gz
sway-b0fc7e98501fc885197de90af6579dc121e7ef46.tar.zst
sway-b0fc7e98501fc885197de90af6579dc121e7ef46.zip
Remove duplicate function declaration and add assertion
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index bd25e76e..b6cda83c 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -97,6 +97,4 @@ void output_drag_icons_for_each_surface(struct wl_list *drag_icons,
97 struct sway_output *output, struct root_geometry *geo, 97 struct sway_output *output, struct root_geometry *geo,
98 wlr_surface_iterator_func_t iterator, void *user_data); 98 wlr_surface_iterator_func_t iterator, void *user_data);
99 99
100struct sway_container *output_get_active_workspace(struct sway_output *output);
101
102#endif 100#endif