wlroots-hyprland/backend/session
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
..
direct-freebsd.c backend/session/freebsd: Fix the way to get TTY path 2019-12-22 11:23:41 +01:00
direct-ipc.c Simplify evdev includes on FreeBSD by relying on up-to-date package 2019-01-07 08:08:47 +00:00
direct.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
logind.c session/logind: Clean up add_signal_matches 2019-11-03 10:13:47 +01:00
noop.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
session.c backend/session: non-void function should return a value 2019-08-12 09:37:21 +09:00