We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22077c commit 2aa7814Copy full SHA for 2aa7814
src/platform/fltk/runtime.h
@@ -25,6 +25,8 @@ struct Runtime : public System {
25
void enableCursor(bool enabled);
26
int handle(int event);
27
void optionsBox(StringList *items);
28
+ void restoreWindowRect() {}
29
+ void saveWindowRect() {}
30
MAEvent processEvents(int waitFlag);
31
bool run(const char *bas) { return execute(bas); }
32
void runSamples();
0 commit comments