summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authornotaz2009-06-13 22:19:53 +0300
committernotaz2009-06-13 22:19:53 +0300
commit42c8119010bfc48776e8c82e42cceb06d07c0247 (patch)
treeb1b56c057b1b592076f7a38f48a71de65d5cc68e /video.h
parent73d1a857f28a0fe7f6afaf3ca4c99fca5f50256c (diff)
downloadpicogpsp-42c8119010bfc48776e8c82e42cceb06d07c0247.tar.gz
picogpsp-42c8119010bfc48776e8c82e42cceb06d07c0247.tar.bz2
picogpsp-42c8119010bfc48776e8c82e42cceb06d07c0247.zip
u5 release
Diffstat (limited to 'video.h')
-rw-r--r--video.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/video.h b/video.h
index 6be6b9c..cb717f2 100644
--- a/video.h
+++ b/video.h
@@ -30,7 +30,8 @@ void print_string(const char *str, u16 fg_color, u16 bg_color,
void print_string_pad(const char *str, u16 fg_color, u16 bg_color,
u32 x, u32 y, u32 pad);
void print_string_ext(const char *str, u16 fg_color, u16 bg_color,
- u32 x, u32 y, void *_dest_ptr, u32 pitch, u32 pad);
+ u32 x, u32 y, void *_dest_ptr, u32 pitch, u32 pad,
+ u32 h_offset, u32 height);
void clear_screen(u16 color);
void blit_to_screen(u16 *src, u32 w, u32 h, u32 x, u32 y);
u16 *copy_screen();
@@ -76,7 +77,11 @@ typedef enum
{
unscaled,
scaled_aspect,
+#ifndef WIZ_BUILD
fullscreen,
+#endif
+ unscaled_rot,
+ scaled_aspect_rot,
} video_scale_type;
typedef enum