diff options
author | emersion <contact@emersion.fr> | 2019-01-17 21:49:06 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-18 10:08:34 +0100 |
commit | dc1eac0cf12593fa20122142f087bbb3bc8e7589 (patch) | |
tree | 50a2afd1535473a55a4fea1f312f7e604cace7eb /include | |
parent | 5a0c4234b8f0ef5ad3d17430e876e29242b934e2 (diff) | |
download | sway-dc1eac0cf12593fa20122142f087bbb3bc8e7589.tar.xz |
output: remove output_add_listeners
Simplify the code by registering signals when outputs are created and removing
signals when they are destroyed.
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index bdf9614d..7279187d 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -144,8 +144,6 @@ void output_get_box(struct sway_output *output, struct wlr_box *box); enum sway_container_layout output_get_default_layout( struct sway_output *output); -void output_add_listeners(struct sway_output *output); - void render_rect(struct wlr_output *wlr_output, pixman_region32_t *output_damage, const struct wlr_box *_box, float color[static 4]); |