wlroots-hyprland/backend
Jan Beich b6d0de177a backend: unbreak on 32-bit architectures
backend/headless/output.c:132:3: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
                ++backend->last_output_num);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~
backend/noop/output.c:72:3: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
                ++backend->last_output_num);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~
backend/wayland/output.c:294:3: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
                ++backend->last_output_num);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~
backend/x11/output.c:150:3: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
                ++x11->last_output_num);
                ^~~~~~~~~~~~~~~~~~~~~~
2019-04-08 14:03:15 -06:00
..
drm wlr_output: Add preferred property (#1625) 2019-03-21 22:12:43 +02:00
headless backend: unbreak on 32-bit architectures 2019-04-08 14:03:15 -06:00
libinput s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
multi Increase _POSIX_C_SOURCE to 200112L 2018-10-17 08:33:19 +02:00
noop backend: unbreak on 32-bit architectures 2019-04-08 14:03:15 -06:00
rdp Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
session backend/session: Allow setting a custom tty via WLR_DIRECT_TTY 2019-03-06 13:20:51 +01:00
wayland backend: unbreak on 32-bit architectures 2019-04-08 14:03:15 -06:00
x11 backend: unbreak on 32-bit architectures 2019-04-08 14:03:15 -06:00
backend.c Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00
meson.build Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00