aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-04 23:30:57 +0100
committerGitHub <noreply@github.com>2018-11-04 23:30:57 +0100
commitbcbd0a9b45ea7d8969b58183a12240e74e90f9f0 (patch)
tree0596ad56206b54e30c9323c81d326abac2216d6d /sway
parentd19648a304dd7c6731ce53a7b7a265019f5b4473 (diff)
parente47b31c55680daf40208eed3586a3bfe83764130 (diff)
downloadsway-bcbd0a9b45ea7d8969b58183a12240e74e90f9f0.tar.xz
Merge pull request #3067 from madblobfish/three-trivial-fixes
Improve documentation and remove dead code
Diffstat (limited to 'sway')
-rw-r--r--sway/input/seat.c3
-rw-r--r--sway/sway.5.scd1
2 files changed, 1 insertions, 3 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 64419afa..54fdf40b 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -55,9 +55,6 @@ void seat_destroy(struct sway_seat *seat) {
free(seat);
}
-static struct sway_seat_node *seat_node_from_node(
- struct sway_seat *seat, struct sway_node *node);
-
static void seat_node_destroy(struct sway_seat_node *seat_node) {
wl_list_remove(&seat_node->destroy.link);
wl_list_remove(&seat_node->link);
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index b3d696f2..f7ca00d6 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -364,6 +364,7 @@ The default colors are:
: #000000
: #0c0c0c
+
*debuglog* on|off|toggle
Enables, disables or toggles debug logging. _toggle_ cannot be used in the
configuration file.