diff options
author | Tianjie Xu <xunchang@google.com> | 2016-07-29 01:52:44 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-07-29 01:52:44 +0200 |
commit | 5aa2e104c0fcee504051328f108b292e015e44cd (patch) | |
tree | c5cdd99186b07dd7e12af5ab34ac61e5058cdc7f /minui | |
parent | Merge "Regenerate the background text with pngcrush" (diff) | |
parent | Add docs on regeneration background text image (diff) | |
download | android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.tar android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.tar.gz android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.tar.bz2 android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.tar.lz android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.tar.xz android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.tar.zst android_bootable_recovery-5aa2e104c0fcee504051328f108b292e015e44cd.zip |
Diffstat (limited to 'minui')
-rw-r--r-- | minui/minui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minui/minui.h b/minui/minui.h index b2648fb33..d572205f3 100644 --- a/minui/minui.h +++ b/minui/minui.h @@ -111,8 +111,8 @@ int res_create_alpha_surface(const char* name, GRSurface** pSurface); // given locale. The image is expected to be a composite of multiple // translations of the same text, with special added rows that encode // the subimages' size and intended locale in the pixel data. See -// development/tools/recovery_l10n for an app that will generate these -// specialized images from Android resources. +// bootable/recovery/tools/recovery_l10n for an app that will generate +// these specialized images from Android resources. int res_create_localized_alpha_surface(const char* name, const char* locale, GRSurface** pSurface); |