diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-12-28 21:54:50 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-01-27 17:53:13 +0100 |
commit | fbb4353a247157d32208f8f133cd1ee42f4fbc49 (patch) | |
tree | 6f819fbdd21f2adef4f7ba4a5b4d02054cc02f29 /gui/resources.hpp | |
parent | Adopted Storage support (diff) | |
download | android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.tar android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.tar.gz android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.tar.bz2 android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.tar.lz android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.tar.xz android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.tar.zst android_bootable_recovery-fbb4353a247157d32208f8f133cd1ee42f4fbc49.zip |
Diffstat (limited to 'gui/resources.hpp')
-rw-r--r-- | gui/resources.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/resources.hpp b/gui/resources.hpp index ce06d9679..4548c10b4 100644 --- a/gui/resources.hpp +++ b/gui/resources.hpp @@ -49,7 +49,7 @@ public: public: void* GetResource() { return this ? mFont : NULL; } - int GetHeight() { return gr_getMaxFontHeight(this ? mFont : NULL); } + int GetHeight() { return gr_ttf_getMaxFontHeight(this ? mFont : NULL); } void Override(xml_node<>* node, ZipArchive* pZip); protected: |