Start work on making xbanan portable

This will allow usage of xbanan on non banan-os platforms. I added a
"native" SDL2 port so it can be used without the window manager
This commit is contained in:
2026-05-30 01:17:54 +03:00
parent b2c642f03d
commit 2ddd67dede
20 changed files with 1508 additions and 879 deletions

9
.clangd Normal file
View File

@@ -0,0 +1,9 @@
Diagnostics:
Suppress: [
c99-designator,
]
CompileFlags:
Add: [
-std=c++20,
]