Decouple RenderingServer from as much of the codebase as possible

Notably decouples it from:
- AccessibilityServer
- DisplayServer
- Viewport
- Window
This commit is contained in:
Rémi Verschelde 2026-02-26 17:18:17 +01:00
parent 769e80a7bb
commit 8c0f175c94
No known key found for this signature in database
GPG key ID: C3336907360768E1
156 changed files with 212 additions and 57 deletions

View file

@ -34,6 +34,8 @@
#include "os_android.h"
#include "thread_jandroid.h"
#include "servers/display/display_server.h"
bool TTS_Android::initialized = false;
jobject TTS_Android::tts = nullptr;
jclass TTS_Android::cls = nullptr;