Tags: oxi-dev0/clip
Tags
Fix crash accessing 24bpp image data with specific row sizes Fixes aseprite/aseprite#2979
win: Don't create a different header for custom clipboard formats dep… …ending on platform (32-bit vs 64-bit) Our custom clipboard formats on Windows has a uint64_t header (it was size_t before) that indicates how many bytes contains the clipboard data. We cannot use size_t if we are planning to use a 32-bit version and 64-bit version of our application at the same time and copy & paste data between both apps.