🎨 No reparent + logs

This commit is contained in:
Paul Breugnot 2024-12-15 14:45:02 +01:00
parent cb31369947
commit 6b9513987a
5 changed files with 28 additions and 103 deletions

View file

@ -4,6 +4,8 @@ project(aswm)
find_package(X11 REQUIRED)
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fsanitize=address")
add_executable(aswm
src/main.c
src/create.c