diff options
Diffstat (limited to 'graphics/libresprite/files/patch-src_she_sdl2_she.cpp')
-rw-r--r-- | graphics/libresprite/files/patch-src_she_sdl2_she.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libresprite/files/patch-src_she_sdl2_she.cpp b/graphics/libresprite/files/patch-src_she_sdl2_she.cpp new file mode 100644 index 000000000000..8c917de15a84 --- /dev/null +++ b/graphics/libresprite/files/patch-src_she_sdl2_she.cpp @@ -0,0 +1,11 @@ +--- src/she/sdl2/she.cpp.orig 2025-09-29 05:30:09 UTC ++++ src/she/sdl2/she.cpp +@@ -39,6 +39,8 @@ + #include <chrono> + #include <thread> + ++#undef None // see https://github.com/LibreSprite/LibreSprite/issues/563 ++ + float penPressure = 0; + + namespace ui { |