summaryrefslogtreecommitdiff
path: root/libdecor/build
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-05-21 17:57:38 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-05-21 17:57:38 +0200
commit19684ae9d499a551a7627764de842877fdffb226 (patch)
treedbc76722c430e1c92451e3dbaaea445c3f4d7bbe /libdecor/build
parent7347d6e2f66cac9215ccef72f8e7c565597b77fd (diff)
Update bundled libdecor to last upstream version (May 14, 2025)
Diffstat (limited to 'libdecor/build')
-rw-r--r--libdecor/build/fl_libdecor.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libdecor/build/fl_libdecor.c b/libdecor/build/fl_libdecor.c
index 4d480061a..c7105bd85 100644
--- a/libdecor/build/fl_libdecor.c
+++ b/libdecor/build/fl_libdecor.c
@@ -17,11 +17,6 @@
/* Improvements to libdecor.c without modifying libdecor.c itself */
#if ! USE_SYSTEM_LIBDECOR
-#include "xdg-shell-client-protocol.h"
-#ifdef XDG_TOPLEVEL_STATE_SUSPENDED_SINCE_VERSION
-# define HAVE_XDG_SHELL_V6 1
-#endif
-
#include <dlfcn.h>
#include <stdlib.h>
static void *dlopen_corrected(const char *, int);