Files
scrcpy/app/src
Romain Vimont 999c964689 Make macro expansion-safe
Use parentheses to avoid unexpected results.

For example, make:

    2 * SERIALIZED_EVENT_MAX_SIZE

expand to:

    2 * (3 + TEXT_MAX_LENGTH)

instead of:

    2 * 3 + TEXT_MAX_LENGTH
2019-05-30 22:30:18 +02:00
..
2018-08-12 15:35:29 +02:00
2019-05-12 14:31:18 +02:00
2019-05-05 17:35:00 +02:00
2019-05-30 22:30:18 +02:00
2019-05-30 22:30:18 +02:00
2019-05-27 10:24:47 +02:00
2019-03-03 12:02:41 +01:00
2019-03-03 12:02:41 +01:00
2019-03-02 18:45:45 +01:00
2018-02-05 14:46:00 +01:00
2019-03-02 20:28:46 +01:00
2019-03-02 20:28:46 +01:00
2019-02-09 12:27:13 +01:00
2019-05-27 10:24:47 +02:00
2019-03-02 23:55:23 +01:00
2019-03-02 23:55:23 +01:00
2019-03-03 12:02:41 +01:00
2019-03-03 12:02:41 +01:00
2019-05-30 22:30:18 +02:00
2019-05-23 20:58:08 +02:00
2019-05-24 17:23:21 +02:00
2019-05-30 22:30:18 +02:00
2019-03-02 20:28:46 +01:00
2019-05-20 09:44:45 +02:00
2019-03-02 20:28:46 +01:00