diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-07 17:14:05 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-07 17:14:08 +0100 |
commit | 304f32fa988815c2780c709235724e94651d02ba (patch) | |
tree | faad7be2d26400cb7ed0fa70ee3d09bd345c0ed9 /minui/graphics.c | |
parent | Revert "Make libminuitwrp compile" (diff) | |
download | android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.tar android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.tar.gz android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.tar.bz2 android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.tar.lz android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.tar.xz android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.tar.zst android_bootable_recovery-304f32fa988815c2780c709235724e94651d02ba.zip |
Diffstat (limited to '')
-rw-r--r-- | minui/graphics.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/minui/graphics.c b/minui/graphics.c index 8f951756d..948a07c0f 100644 --- a/minui/graphics.c +++ b/minui/graphics.c @@ -495,3 +495,11 @@ void gr_get_memory_surface(gr_surface surface) { get_memory_surface( (GGLSurface*) surface); } + +// These are new graphics functions from 5.0 that were not available in +// 4.4 that are required by charger and healthd +void gr_clear() +{ + return; +} + |