aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-24 08:59:01 +0100
committerGitHub <noreply@github.com>2018-11-24 08:59:01 +0100
commitd440468d2deb31d311564a5b796608136cf99e49 (patch)
tree01e58548cb5199ef8a682c8634655aeeef51d0b8 /include/sway/tree
parentd9ed1f080b23067db432b358a5d15b9c94d2c59d (diff)
parent7555c7efdce66c7de7a5320879c501e901a5aab7 (diff)
downloadsway-d440468d2deb31d311564a5b796608136cf99e49.tar.xz
Merge pull request #3145 from fdlamotte/master
Adding commands for configuring titlebar borders and padding
Diffstat (limited to 'include/sway/tree')
-rw-r--r--include/sway/tree/container.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index f907aad2..1d0a0ad1 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -10,12 +10,6 @@
struct sway_view;
struct sway_seat;
-#define TITLEBAR_BORDER_THICKNESS 1
-
-// Padding includes titlebar border
-#define TITLEBAR_H_PADDING 3
-#define TITLEBAR_V_PADDING 4
-
enum sway_container_layout {
L_NONE,
L_HORIZ,