scrcpy/app
Romain Vimont 71c2bfdd22 Parse XPM without SDL_image
We encounter some problems with SDL2_image on MSYS2 (Windows), so
implement our own XPM parsing which does not depend on SDL_image.

The input XPM is considered safe (it's in our source repo), so do not
check XPM format errors. This implies that read_xpm() is not safe to
call on any unsafe input.

Although less straightforward, use SDL_CreateRGBSurfaceFrom() instead of
SDL_CreateRGBSurfaceWithFormatFrom() because it is available with SDL
versions older than 2.0.5.
2018-02-05 19:24:33 +01:00
..
src Parse XPM without SDL_image 2018-02-05 19:24:33 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Parse XPM without SDL_image 2018-02-05 19:24:33 +01:00