Default input focus and _NET_ACTIVE_WINDOW support

This commit is contained in:
Paul Breugnot 2025-01-13 19:01:41 +01:00
parent 6a20573dfa
commit 2b0014be11
4 changed files with 61 additions and 7 deletions

View file

@ -18,6 +18,7 @@ add_executable(aswm
src/aswm/event_handlers/map.c
src/aswm/event_handlers/unmap.c
src/aswm/event_handlers/property.c
src/aswm/event_handlers/message.c
src/aswm/log/log.c
)
target_include_directories(aswm PUBLIC ${X11_INCLUDE_DIR} src)