wlroots-hyprland/backend
emersion 9b1d9fb91e
backend/drm: get physical size from libdrm
Values from libdrm are likely more reliable than raw values from the EDID. We
were already using values from libdrm, but they were overwritten by parse_edid.
See drm.c:

    wlr_conn->output.phys_width = drm_conn->mmWidth;
    wlr_conn->output.phys_height = drm_conn->mmHeight;
2018-12-23 10:36:53 +01:00
..
drm backend/drm: get physical size from libdrm 2018-12-23 10:36:53 +01:00
headless [WIP][DONTMERGE]Add support for libinput_switch input devices 2018-12-15 14:42:35 +11:00
libinput [WIP][DONTMERGE]Add support for libinput_switch input devices 2018-12-15 14:42:35 +11:00
multi Increase _POSIX_C_SOURCE to 200112L 2018-10-17 08:33:19 +02:00
session backend/session/logind: improve logging 2018-12-06 17:01:17 +01:00
wayland Standardize the wlr_box input paramaters 2018-12-21 13:56:10 -05:00
x11 backend/x11: Hide cursor with Xfixes 2018-11-13 10:55:03 +13:00
backend.c Use #if instead of #ifdef for wlroots config data 2018-11-12 10:12:46 +01:00
meson.build [WIP][DONTMERGE]Add support for libinput_switch input devices 2018-12-15 14:42:35 +11:00