Organization, render cursor above all else

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-29 18:51:43 +03:00
parent a6949eeda0
commit 28a9f54227
18 changed files with 3499 additions and 3408 deletions

View File

@@ -53,7 +53,10 @@ target_sources(${PROJECT_NAME} PUBLIC
src/RayExt.c
src/Config.c
src/LunarWM.c
src/LunarWM_core.c
src/LunarWM_wayland.c
src/LunarWM_xr.c
src/LunarWM_render.c
src/main.c
)
target_link_libraries(${PROJECT_NAME} PUBLIC
@@ -120,4 +123,3 @@ target_link_libraries(${PROJECT_NAME} PRIVATE xdg_shell)
target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_BINARY_DIR}
)