Make objects global instead of per client
This allows copying from one window to another!
This commit is contained in:
@@ -9,6 +9,6 @@ add_executable(xbanan ${SOURCES})
|
||||
banan_link_library(xbanan ban)
|
||||
banan_link_library(xbanan libgui)
|
||||
|
||||
target_compile_options(xbanan PRIVATE -Wall -Wno-sign-compare)
|
||||
target_compile_options(xbanan PRIVATE -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers)
|
||||
|
||||
install(TARGETS xbanan OPTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user