diff options
author | Stephen Kennedy | 2008-08-11 13:12:32 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-08-11 13:12:32 +0000 |
commit | 626547a7060ce3ceaec2fa735f34e70b14fc9c1e (patch) | |
tree | 138e08f42846ac578bb847d9f55436107f9cdc30 /backends/vkeybd | |
parent | b2032650d180e7f75db18586ff8924f2b5f7b826 (diff) | |
download | scummvm-rg350-626547a7060ce3ceaec2fa735f34e70b14fc9c1e.tar.gz scummvm-rg350-626547a7060ce3ceaec2fa735f34e70b14fc9c1e.tar.bz2 scummvm-rg350-626547a7060ce3ceaec2fa735f34e70b14fc9c1e.zip |
* Updated virtual keyboard pack
svn-id: r33776
Diffstat (limited to 'backends/vkeybd')
-rw-r--r-- | backends/vkeybd/virtual-keyboard-gui.cpp | 2 | ||||
-rw-r--r-- | backends/vkeybd/vkeybd.zip | bin | 170515 -> 335613 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/backends/vkeybd/virtual-keyboard-gui.cpp b/backends/vkeybd/virtual-keyboard-gui.cpp index 0dcea70292..1941911472 100644 --- a/backends/vkeybd/virtual-keyboard-gui.cpp +++ b/backends/vkeybd/virtual-keyboard-gui.cpp @@ -65,7 +65,7 @@ void VirtualKeyboardGUI::initMode(VirtualKeyboard::Mode *mode) { return; } _dispX = r.left; - _dispY = r.top + (_dispFont->getFontHeight() - r.height() + 1) / 2; + _dispY = r.top + (r.height() + 1 - _dispFont->getFontHeight()) / 2; _dispSurface.free(); _dispSurface.create(r.width() + 1, _dispFont->getFontHeight(), sizeof(OverlayColor)); _dispI = 0; diff --git a/backends/vkeybd/vkeybd.zip b/backends/vkeybd/vkeybd.zip Binary files differindex 5efbf4f660..e62498cc3d 100644 --- a/backends/vkeybd/vkeybd.zip +++ b/backends/vkeybd/vkeybd.zip |