diff options
author | Doug Zongker <dougz@android.com> | 2013-01-03 01:35:06 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-03 01:35:06 +0100 |
commit | 133f56bde05c9202720541f92150951c20549675 (patch) | |
tree | b7537e82659e5cd1e37c5fbdb845cf912282f879 /minui/minui.h | |
parent | am 6a1d21a0: am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methods (diff) | |
parent | am c560a67b: add optional overscan compensation to recovery graphics (diff) | |
download | android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.tar android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.tar.gz android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.tar.bz2 android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.tar.lz android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.tar.xz android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.tar.zst android_bootable_recovery-133f56bde05c9202720541f92150951c20549675.zip |
Diffstat (limited to 'minui/minui.h')
-rw-r--r-- | minui/minui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/minui.h b/minui/minui.h index 767ffcb50..bc43bb596 100644 --- a/minui/minui.h +++ b/minui/minui.h @@ -36,7 +36,7 @@ void gr_flip(void); void gr_fb_blank(bool blank); void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a); -void gr_fill(int x, int y, int w, int h); +void gr_fill(int x1, int y1, int x2, int y2); int gr_text(int x, int y, const char *s); void gr_texticon(int x, int y, gr_surface icon); int gr_measure(const char *s); |