chore: rename lib/platform/wayland.h => lib/platform/Wayland.h

This commit is contained in:
sithlord48
2025-03-19 18:04:30 -04:00
committed by Chris Rizzitello
parent 6e6a88af87
commit d7b20fad5c
6 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
#include "gui/core/CoreProcess.h"
#include "gui/ipc/DaemonIpcClient.h"
#include "net/FingerprintDatabase.h"
#include "platform/wayland.h"
#include "platform/Wayland.h"
#if defined(Q_OS_LINUX)
#include "config.h"

View File

@ -23,7 +23,7 @@
#include "net/SocketMultiplexer.h"
#include "net/TCPSocketFactory.h"
#include "net/XSocket.h"
#include "platform/wayland.h"
#include "platform/Wayland.h"
#if SYSAPI_WIN32
#include "arch/win32/ArchMiscWindows.h"
@ -47,7 +47,7 @@
#endif
#if defined(WINAPI_XWINDOWS) or defined(WINAPI_LIBEI)
#include "platform/wayland.h"
#include "platform/Wayland.h"
#endif
#if defined(MAC_OS_X_VERSION_10_7)

View File

@ -50,7 +50,7 @@
#endif
#if defined(WINAPI_XWINDOWS) or defined(WINAPI_LIBEI)
#include "platform/wayland.h"
#include "platform/Wayland.h"
#endif
#if defined(MAC_OS_X_VERSION_10_7)

View File

@ -9,7 +9,7 @@
#include <QWidget>
#include <memory>
#include "platform/wayland.h"
#include "platform/Wayland.h"
namespace deskflow::gui::core {

View File

@ -158,7 +158,7 @@ endif()
include_directories(${inc})
# wayland.h is included to check for wayland support
add_library(platform STATIC ${PLATFORM_SOURCES} wayland.h)
add_library(platform STATIC ${PLATFORM_SOURCES} Wayland.h)
target_link_libraries(platform client ${libs})