diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index b731514f..29dcdef2 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -86,8 +86,10 @@ class Gui : public gcn::Gui /** * Called when the application window has been resized. + * + * Returns whether the top widget changed size. */ - void videoResized(int width, int height); + bool videoResized(int width, int height); gcn::FocusHandler *getFocusHandler() const { return mFocusHandler; } |