diff options
author | Max Horn | 2006-08-04 13:55:53 +0000 |
---|---|---|
committer | Max Horn | 2006-08-04 13:55:53 +0000 |
commit | 1a10cacfb900c822ef5a53f455af7874675d37c5 (patch) | |
tree | fd1ed37141eada7894bf100aff7bdbf54da1e70b /gui/console.h | |
parent | ca7880df6cbbb7fbc5bf58230f2f6255b0289b37 (diff) | |
download | scummvm-rg350-1a10cacfb900c822ef5a53f455af7874675d37c5.tar.gz scummvm-rg350-1a10cacfb900c822ef5a53f455af7874675d37c5.tar.bz2 scummvm-rg350-1a10cacfb900c822ef5a53f455af7874675d37c5.zip |
Renamed handleScreenChanged() -> reflowLayout() in the GUI code
svn-id: r23662
Diffstat (limited to 'gui/console.h')
-rw-r--r-- | gui/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/console.h b/gui/console.h index ebe93b0e56..8d81d26e03 100644 --- a/gui/console.h +++ b/gui/console.h @@ -105,7 +105,7 @@ public: void drawDialog(); void handleTickle(); - void handleScreenChanged(); + void reflowLayout(); void handleMouseWheel(int x, int y, int direction); void handleKeyDown(uint16 ascii, int keycode, int modifiers); void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); |