🚧 Basic ES-DE window detection and event logging

This commit is contained in:
Paul Breugnot 2024-12-28 11:11:16 +01:00
parent b8b13ebe07
commit 000b783279
7 changed files with 49 additions and 5 deletions

View file

@ -15,6 +15,7 @@ add_executable(aswm
src/aswm/event_handlers/configure.c
src/aswm/event_handlers/reparent.c
src/aswm/event_handlers/destroy.c
src/aswm/event_handlers/map.c)
src/aswm/event_handlers/map.c
src/aswm/event_handlers/unmap.c)
target_include_directories(aswm PUBLIC ${X11_INCLUDE_DIR} src)
target_link_libraries(aswm ${X11_LIBRARIES})