sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 6b9b03f09ffae8c8a9d7150d1ec68845c9e0ebf0
parent 076bedb85eface4a6c41a0e99059c89186bdb275
Author: emersion <contact@emersion.fr>
Date:   Thu,  5 Apr 2018 18:33:13 -0400

Remove outdated TODO

Diffstat:
Msway/tree/view.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/sway/tree/view.c b/sway/tree/view.c @@ -161,8 +161,6 @@ void view_map(struct sway_view *view, struct wlr_surface *wlr_surface) { view_damage_whole(view); view_update_outputs(view, NULL); - - // TODO: create view children for subsurfaces } void view_unmap(struct sway_view *view) {