From 1132efe42e8086216c7bab6b405d09a22231dde5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 4 May 2018 08:41:16 -0400 Subject: Send frame done to floating views Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that --- sway/ipc-json.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sway/ipc-json.c') diff --git a/sway/ipc-json.c b/sway/ipc-json.c index 03582950..da4bef60 100644 --- a/sway/ipc-json.c +++ b/sway/ipc-json.c @@ -21,8 +21,6 @@ static const char *ipc_json_layout_description(enum sway_container_layout l) { return "tabbed"; case L_STACKED: return "stacked"; - case L_FLOATING: - return "floating"; case L_NONE: break; } -- cgit v1.2.3