Make objects global instead of per client

This allows copying from one window to another!
This commit is contained in:
2026-02-10 01:28:47 +02:00
parent d59dea43e0
commit 808e51b855
4 changed files with 143 additions and 154 deletions

View File

@@ -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)