From a5d2b5ed451ca8414bc3a82288fbbf63fcc97070 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 3 Nov 2022 08:16:03 +0100 Subject: libdecor: update from source git repo (commit e87dcfda) This brings the GTK plugin inside the master libdecor git repo. --- libdecor/src/plugins/cairo/libdecor-cairo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdecor/src/plugins/cairo/libdecor-cairo.c') diff --git a/libdecor/src/plugins/cairo/libdecor-cairo.c b/libdecor/src/plugins/cairo/libdecor-cairo.c index 12af8aacb..0cc0ce0dd 100644 --- a/libdecor/src/plugins/cairo/libdecor-cairo.c +++ b/libdecor/src/plugins/cairo/libdecor-cairo.c @@ -1,5 +1,6 @@ /* * Copyright © 2018 Jonas Ådahl + * Copyright © 2019 Christian Rauch * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -44,7 +45,7 @@ #include #include -#include "libdecor-cairo-blur.h" +#include "common/libdecor-cairo-blur.h" static const size_t SHADOW_MARGIN = 24; /* graspable part of the border */ static const size_t TITLE_HEIGHT = 24; -- cgit v1.2.3