wlroots/backend
Guido Günther d7dfbd23fa drm: Use ptrdiff_t instead of intmax_t in format string
since we're looking at pointer differences.

Otherwise the build fails on arm like

In file included from ../backend/drm/drm.c:19:0:
../include/wlr/util/log.h:34:17: error: format '%jd' expects argument of type 'intmax_t', but argument 7 has type 'int' [-Werror=format=]
  _wlr_log(verb, "[%s:%d] " fmt, _strip_path(__FILE__), __LINE__, ##__VA_ARGS__)
                 ^
../backend/drm/drm.c:462:2: note: in expansion of macro 'wlr_log'
  wlr_log(L_DEBUG, "%s: crtc=%ju ovr=%jd pri=%jd cur=%jd", conn->output.name,
  ^~~~~~~
../backend/drm/drm.c:462:39: note: format string is defined here
  wlr_log(L_DEBUG, "%s: crtc=%ju ovr=%jd pri=%jd cur=%jd", conn->output.name,
                                     ~~^
                                     %d
2018-01-27 12:29:56 +01:00
..
drm drm: Use ptrdiff_t instead of intmax_t in format string 2018-01-27 12:29:56 +01:00
headless Add wlr_output::enabled 2018-01-04 12:46:15 +01:00
libinput libinput backend: add wlr_input_device_is_libinput 2017-12-19 20:13:49 +01:00
multi Remove display_destroy on multi-backend destroy 2017-12-28 10:54:30 -06:00
session style: add comment to empty while loop in logind.c 2018-01-21 17:00:15 +01:00
wayland style: include brackets for if/while/for, even if it's a single statement 2018-01-21 16:28:21 +01:00
x11 Add wlr_output::enabled 2018-01-04 12:46:15 +01:00
backend.c adds remote argument to wayland backend create 2018-01-13 21:20:15 +01:00
meson.build Add libdrm as a dependency of wlr_backend 2017-12-23 22:49:41 +01:00