diff options
author | Doug Zongker <dougz@android.com> | 2013-01-03 00:45:53 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-03 00:45:53 +0100 |
commit | f7d423403d0aed6b8488559185e2246257abc58b (patch) | |
tree | 278ec6c91818c3c69be50b61f29ed33e5aae9c52 /minui/minui.h | |
parent | am bb01d0c1: add NextCheckKeyIsLong() and EnqueueKey() methods (diff) | |
parent | add optional overscan compensation to recovery graphics (diff) | |
download | android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.tar android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.tar.gz android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.tar.bz2 android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.tar.lz android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.tar.xz android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.tar.zst android_bootable_recovery-f7d423403d0aed6b8488559185e2246257abc58b.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); |