sway

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

commit a70b9a9a7aa17e54f7e5b91a21635edb01d46092
parent 7a1c36716aa1248fc6410df8fddb6702dfa99c0f
Author: Nicklas Warming Jacobsen <nicklaswj@gmail.com>
Date:   Tue, 25 Aug 2015 20:25:38 +0200

removed stupid test code

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

diff --git a/sway/handlers.c b/sway/handlers.c @@ -230,9 +230,7 @@ static void handle_view_destroyed(wlc_handle handle) { swayc_t *focused_view = get_focused_view(&root_container); if(focused_view->type == C_WORKSPACE && focused_view->children->length == 0){ - sway_log(L_DEBUG, "we are here first"); if(focused_view->floating->length > 0){ - sway_log(L_DEBUG, "we are here %d", focused_view->floating->length); focused_view = focused_view->floating->items[focused_view->floating->length-1]; focused_view = get_focused_view(focused_view); }