diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-20 13:35:53 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-20 13:35:53 +0200 |
| commit | 7ec6f96d9c53f23e9137a2deea2cbf71f959534e (patch) | |
| tree | 9026b2aed8decf9542500f0d44cfbce8fdbbe17c /libdecor/build/fl_libdecor-plugins.c | |
| parent | d2bd3c62408945227bb13133ad6ce270851b4872 (diff) | |
Add "fl_" prefix to libdecor symbols when using the built-in copy of libdecor
This allows client apps to use other versions of libdecor if they wish,
just like what FLTK already does with libpng and libjpeg.
Diffstat (limited to 'libdecor/build/fl_libdecor-plugins.c')
| -rw-r--r-- | libdecor/build/fl_libdecor-plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecor/build/fl_libdecor-plugins.c b/libdecor/build/fl_libdecor-plugins.c index 60f6bf56e..f04f8cf2c 100644 --- a/libdecor/build/fl_libdecor-plugins.c +++ b/libdecor/build/fl_libdecor-plugins.c @@ -24,7 +24,7 @@ #include <dlfcn.h> #include <string.h> -#include "../src/libdecor.h" +#include "fl_libdecor.h" #include <pango/pangocairo.h> #include <dlfcn.h> |
