wlroots-hyprland/backend
Ting-Wei Lan fc6c0ca12e backend/session/freebsd: Fix the way to get TTY path
Previously, the path of TTY is generated using snprintf with %d format.
It works with TTY 1 to 10, but fails with TTY with greater number
because the number used in the name is in base 32 instead of base 10.
Since there is no standard function to convert a number to a string with
a custom base, this commit adds a function to do it.

Fixes: https://github.com/swaywm/wlroots/issues/1854
2019-12-22 11:23:41 +01:00
..
drm backend/drm: print preferred mode 2019-12-20 11:00:21 +01:00
headless Refactor EGL/GL API loading 2019-12-20 01:03:34 +00:00
libinput backend/drm, backend/libinput: listen to session destroy 2019-12-01 10:26:12 -05:00
multi Increase _POSIX_C_SOURCE to 200112L 2018-10-17 08:33:19 +02:00
noop Revert "output: atomic mode" 2019-08-07 16:22:11 +09:00
rdp Refactor EGL/GL API loading 2019-12-20 01:03:34 +00:00
session backend/session/freebsd: Fix the way to get TTY path 2019-12-22 11:23:41 +01:00
wayland backend/wayland: add support for presentation-time 2019-11-21 11:32:30 -05:00
x11 backend/x11: Revert usage of present extension 2019-11-19 11:06:38 +01:00
backend.c backend: Do not attempt DRM on X11/WL failure 2019-11-18 11:53:17 +01:00
meson.build backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00