Add bunch of stuff and refactor code

This adds some new opcodes, implements RANDR extension and splits stuff
into separate files
This commit is contained in:
2026-02-10 00:52:44 +02:00
parent 19235e68ca
commit d59dea43e0
10 changed files with 3864 additions and 2983 deletions

View File

@@ -1,5 +1,8 @@
set(SOURCES
main.cpp
Base.cpp
Extensions.cpp
ExtRANDR.cpp
)
add_executable(xbanan ${SOURCES})