Skip to content

Commit 2aa7814

Browse files
committed
FLTK: fix compile error
1 parent c22077c commit 2aa7814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platform/fltk/runtime.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ struct Runtime : public System {
2525
void enableCursor(bool enabled);
2626
int handle(int event);
2727
void optionsBox(StringList *items);
28+
void restoreWindowRect() {}
29+
void saveWindowRect() {}
2830
MAEvent processEvents(int waitFlag);
2931
bool run(const char *bas) { return execute(bas); }
3032
void runSamples();

0 commit comments

Comments
 (0)