🚧 Basic ES-DE window detection and event logging
This commit is contained in:
parent
b8b13ebe07
commit
000b783279
7 changed files with 49 additions and 5 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue