aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2019-03-18 20:52:56 +1000
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-03-18 11:29:19 -0400
commite9a476244df7a8886fc6fc6785251198ed76e601 (patch)
tree377c048bbee8a63a9da69e3caa31e3ea405246be /sway/input
parentDocument the title_format command (diff)
downloadsway-e9a476244df7a8886fc6fc6785251198ed76e601.tar.gz
sway-e9a476244df7a8886fc6fc6785251198ed76e601.tar.zst
sway-e9a476244df7a8886fc6fc6785251198ed76e601.zip
Remove debug tree
This feature has served its purpose. It's better to use IPC now.
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/seat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 2d355275..7fc87ee4 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -10,7 +10,6 @@
10#include <wlr/types/wlr_xcursor_manager.h> 10#include <wlr/types/wlr_xcursor_manager.h>
11#include "config.h" 11#include "config.h"
12#include "log.h" 12#include "log.h"
13#include "sway/debug.h"
14#include "sway/desktop.h" 13#include "sway/desktop.h"
15#include "sway/input/cursor.h" 14#include "sway/input/cursor.h"
16#include "sway/input/input-manager.h" 15#include "sway/input/input-manager.h"
@@ -812,7 +811,6 @@ void seat_set_focus(struct sway_seat *seat, struct sway_node *node) {
812 } 811 }
813 seat_send_unfocus(last_focus, seat); 812 seat_send_unfocus(last_focus, seat);
814 seat->has_focus = false; 813 seat->has_focus = false;
815 update_debug_tree();
816 return; 814 return;
817 } 815 }
818 816
@@ -937,8 +935,6 @@ void seat_set_focus(struct sway_seat *seat, struct sway_node *node) {
937 // the workspace needs to be arranged 935 // the workspace needs to be arranged
938 arrange_workspace(new_workspace); 936 arrange_workspace(new_workspace);
939 } 937 }
940
941 update_debug_tree();
942} 938}
943 939
944void seat_set_focus_container(struct sway_seat *seat, 940void seat_set_focus_container(struct sway_seat *seat,