- [NEW] Afegit clipboard al backend

- [NEW] surfaces ara usa un vector dinàmic
- [FIX] Ajustades dereferenciacions per a arreglar la caiguda de rendiment
This commit is contained in:
2026-04-17 06:52:31 +02:00
parent 52d2fcf0d3
commit 9c4c94093c
10 changed files with 129 additions and 101 deletions

View File

@@ -21,6 +21,8 @@ namespace backend
const state_t& state();
void exit();
uint64_t get_time_ms();
char* clipboard();
void clipboard(const char* value);
namespace video
{