[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:
Martin Duquesnoy
2008-09-17 16:30:42 +02:00
parent 315129a9aa
commit eb1e708346
4 changed files with 10 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ set(CMAKE_C_FLAGS ${CFLAGS})
set(LIBRARIES_TO_LINK
X11
confuse)
target_link_libraries(wmfs ${LIBRARIES_TO_LINK})
# Messages