Window Size/Pos Tracking

This commit is contained in:
mwalker33
2020-04-13 09:32:47 +10:00
parent 4177f51770
commit 69eef755d3
5 changed files with 53 additions and 27 deletions

View File

@@ -54,9 +54,6 @@ 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