From 77b37fb2888fe41f9cb31152a11f7e646e285e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 26 Feb 2020 20:45:44 +0100 Subject: [PATCH] wayland: once again switch to positioning CSDs outside the main surface --- wayland.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland.h b/wayland.h index 28145923..95e0e1e9 100644 --- a/wayland.h +++ b/wayland.h @@ -87,7 +87,7 @@ struct wl_primary { * correctly. When this define is 0, we instead position the CSD * sub-surfaces inside the main surface, and offset the grid content * accordingly. */ -#define FOOT_CSD_OUTSIDE 0 +#define FOOT_CSD_OUTSIDE 1 extern const int csd_border_size; extern const int csd_title_size;