Decouple RenderingServer from as much of the codebase as possible
Notably decouples it from: - AccessibilityServer - DisplayServer - Viewport - Window
This commit is contained in:
parent
769e80a7bb
commit
8c0f175c94
156 changed files with 212 additions and 57 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue