Plot Windows Move Realtime

This commit is contained in:
mwalker33
2020-04-12 20:24:56 +10:00
parent 5df9d3d8f7
commit 7fa8587dd2
7 changed files with 26 additions and 45 deletions

View File

@@ -54,6 +54,9 @@ extern "C" void MainGraphics(void) {
gui->MainLoop();
}
extern "C" void SetWindowsPosition (void) {
gui->SetWindowsPosition ();
}
extern "C" void InitGraphics(int argc, char **argv, char *script_cmds_file, char *script_cmd, bool stayInCommandLoop) {
#ifdef Q_WS_X11