Files
scrcpy/app/src
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
..
2018-01-18 17:25:13 +01:00
2018-01-19 11:15:51 +01:00
2018-01-31 19:51:43 +01:00
2017-12-18 11:07:42 +01:00
2018-01-29 14:52:22 +01:00
2018-01-19 15:13:38 +01:00
2018-01-19 15:13:38 +01:00
2018-02-02 14:56:03 +01:00
2018-02-02 14:56:03 +01:00
2018-01-29 14:52:22 +01:00
2018-01-29 14:52:22 +01:00
2017-12-15 17:15:55 +01:00
2017-12-18 11:07:42 +01:00
2017-12-12 15:25:15 +01:00
2017-12-19 14:11:55 +01:00
2017-12-18 11:07:42 +01:00
2018-02-05 14:46:00 +01:00
2017-12-18 11:07:42 +01:00
2017-12-18 11:07:42 +01:00
2018-02-04 12:39:17 +01:00
2017-12-12 15:25:15 +01:00
2017-12-12 15:25:15 +01:00
2018-02-05 19:24:33 +01:00
2018-02-01 17:11:40 +01:00
2018-02-02 09:37:10 +01:00
2018-02-01 17:11:40 +01:00
2017-12-12 15:25:15 +01:00
2018-01-18 17:25:13 +01:00
2018-02-05 19:24:33 +01:00
2018-02-05 19:24:33 +01:00