🎨 Aswm structure

This commit is contained in:
Paul Breugnot 2024-12-15 15:24:29 +01:00
parent 3096ba0637
commit 0923b1bf79
4 changed files with 64 additions and 43 deletions

View file

@ -8,6 +8,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -fsanitize=address")
add_executable(aswm
src/aswm/main.c
src/aswm/aswm.c
src/aswm/event_handlers/create.c
src/aswm/event_handlers/configure.c
src/aswm/event_handlers/reparent.c