This commit is contained in:
Vaxry 2024-07-20 14:45:14 +02:00
parent 8aff97135b
commit 1d933293b0

View file

@ -632,8 +632,6 @@ void CCompositor::prepareFallbackOutput() {
}
void CCompositor::startCompositor(std::string socketName, int socketFd) {
initAllSignals();
if (!socketName.empty() && socketFd != -1) {
fcntl(socketFd, F_SETFD, FD_CLOEXEC);
const auto RETVAL = wl_display_add_socket_fd(m_sWLDisplay, socketFd);