diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 10:44:15 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 10:44:15 +0100 |
| commit | b055b82eb26738cd2170309ce476d9f1451204c0 (patch) | |
| tree | 8c895f7e9b0b7371121b461ec1aaba11d3062ba8 /src/drivers/Wayland | |
| parent | 8038b1f1ade13ab560d9a1dee468816fcb82880d (diff) | |
Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file()
Diffstat (limited to 'src/drivers/Wayland')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx index 7a88d7c90..160709508 100644 --- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx @@ -30,7 +30,7 @@ extern "C" { - int os_create_anonymous_file(off_t); // in libdecor +# include "../../../libdecor/src/os-compatibility.h" // for os_create_anonymous_file() } |
