diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-03 08:16:03 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-03 08:16:49 +0100 |
| commit | a5d2b5ed451ca8414bc3a82288fbbf63fcc97070 (patch) | |
| tree | dfe6366a3cd909c79d36c7cf251dec832eba635b /libdecor/src/plugins/cairo/libdecor-cairo.c | |
| parent | 33f01ecb836f9bd70447fcd7ab0f7eda27d224db (diff) | |
libdecor: update from source git repo (commit e87dcfda)
This brings the GTK plugin inside the master libdecor git repo.
Diffstat (limited to 'libdecor/src/plugins/cairo/libdecor-cairo.c')
| -rw-r--r-- | libdecor/src/plugins/cairo/libdecor-cairo.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <cairo/cairo.h> #include <pango/pangocairo.h> -#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; |
