Jessica Clarke ef3bab610d CIrrDeviceLinux: Fix type for NET_WM_PID XChangeProperty
This uses format=32 which in X11's API means a C type of long (with
restricted range when > 32 bits). pid_t is of unknown type, though on
Linux and FreeBSD it's a 32-bit type, so does not have the same size as
long on 64-bit architectures, and thus XChangeProperty reads outside its
bounds. Fix this by casting to and passing a long.
2023-08-15 20:42:12 +02:00
..
2023-03-24 17:09:11 +01:00
2023-03-24 17:09:11 +01:00
2021-11-24 22:07:26 +01:00
2023-03-11 15:04:09 +01:00
2023-04-11 20:16:35 +02:00
2022-07-09 23:03:53 +02:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-04-29 13:06:35 +02:00
2023-03-11 15:04:09 +01:00
2021-08-30 20:55:06 +02:00
2023-02-22 11:43:42 +01:00
2023-03-11 15:04:09 +01:00
2023-03-14 17:54:08 +01:00