mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-13 08:05:58 +01:00
fix
This commit is contained in:
parent
8aff97135b
commit
1d933293b0
1 changed files with 0 additions and 2 deletions
|
@ -632,8 +632,6 @@ void CCompositor::prepareFallbackOutput() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void CCompositor::startCompositor(std::string socketName, int socketFd) {
|
void CCompositor::startCompositor(std::string socketName, int socketFd) {
|
||||||
initAllSignals();
|
|
||||||
|
|
||||||
if (!socketName.empty() && socketFd != -1) {
|
if (!socketName.empty() && socketFd != -1) {
|
||||||
fcntl(socketFd, F_SETFD, FD_CLOEXEC);
|
fcntl(socketFd, F_SETFD, FD_CLOEXEC);
|
||||||
const auto RETVAL = wl_display_add_socket_fd(m_sWLDisplay, socketFd);
|
const auto RETVAL = wl_display_add_socket_fd(m_sWLDisplay, socketFd);
|
||||||
|
|
Loading…
Reference in a new issue