Initial tests for embedding outside widgets, working in X11

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-25 12:43:18 +00:00
parent f262e6661c
commit 975e722a10
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
8 changed files with 550 additions and 0 deletions

View file

@ -728,10 +728,12 @@ static void initStatic__Cardinal()
p->addModel(modelAudioFile);
p->addModel(modelCarla);
p->addModel(modelIldaeil);
p->addModel(modelMPV);
#else
spl.removeModule("AudioFile");
spl.removeModule("Carla");
spl.removeModule("Ildaeil");
spl.removeModule("MPV");
#endif
}
}