aboutsummaryrefslogtreecommitdiff
path: root/xwayland/sockets.c
AgeCommit message (Collapse)Author
2018-02-12Reformat all #include directivesemersion
2017-11-22Use SIGUSR2 for vt switching instead of SIGUSR1Greg V
Xwayland uses SIGUSR1 to signal readiness. With direct(-freebsd) session and Xwayland, wlroots was confusing the Xwayland readiness signal with a vt switch signal, freezing the desktop. Same problem was found in Weston in 2014: https://phabricator.freedesktop.org/T7080
2017-11-22Fix Xwayland second socket path on non-Linux systemsGreg V
It was creating two sockets with the same path
2017-10-11Add FreeBSD compatibilityGreg V
2017-08-24xwayland: fix some shutdown casesDominique Martinet
2017-08-23xwayland: move & split internal header fileDominique Martinet
2017-08-23init xwm only once Xwayland server is readyDominique Martinet
2017-08-23Xwayland: first draft, just start server for nowDominique Martinet