[wmfs.c,.h] Fix bug/segfault (when you switched into the tags, and close a clients, you could close an hidden client, and make a segfault if you return on the hidden client tag.)
This commit is contained in:
@@ -33,6 +33,7 @@ set(CMAKE_C_FLAGS ${CFLAGS})
|
||||
set(LIBRARIES_TO_LINK
|
||||
X11
|
||||
confuse)
|
||||
|
||||
target_link_libraries(wmfs ${LIBRARIES_TO_LINK})
|
||||
|
||||
# Messages
|
||||
|
||||
Reference in New Issue
Block a user