From fa0aa95443689fc0d5fae2abdf16b2920faf55fa Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:23:08 +0200 Subject: libdecor: update with upstream source code as of 2023-JUL-15 --- libdecor/build/fl_libdecor.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libdecor/build') diff --git a/libdecor/build/fl_libdecor.c b/libdecor/build/fl_libdecor.c index a4d3e812b..6716bf746 100644 --- a/libdecor/build/fl_libdecor.c +++ b/libdecor/build/fl_libdecor.c @@ -16,6 +16,13 @@ /* Improvements to libdecor.c without modifying libdecor.c itself */ +// this part to support libdecor commit f43652c7 dated 15-jul-2023 +#include "xdg-shell-client-protocol.h" +#ifndef XDG_TOPLEVEL_STATE_SUSPENDED_SINCE_VERSION +# define XDG_TOPLEVEL_STATE_SUSPENDED (enum xdg_toplevel_state)9 +#endif +// end of this part + #define libdecor_frame_set_minimized libdecor_frame_set_minimized_orig #define libdecor_new libdecor_new_orig #include -- cgit v1.2.3