wlroots/backend/drm
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
..
atomic.c Merge pull request #549 from emersion/output-enabled 2018-01-15 20:53:13 -05:00
backend.c Clean up session signal handler on drm init fail 2018-01-24 18:27:53 +01:00
drm.c drm: Use ptrdiff_t instead of intmax_t in format string 2018-01-27 12:29:56 +01:00
legacy.c Fix output enable in DRM backend 2018-01-07 00:28:21 +01:00
properties.c Rename files to remove pointless drm prefix 2017-09-30 19:03:34 +13:00
renderer.c Refactor wlr_egl_init to accept config_attribs 2017-12-17 23:51:04 +01:00
util.c style: fix sizeof() calls without parentheses 2017-12-28 16:28:19 +01:00