(Wii) Add File Browser string on top - move filebrowser entries

down
This commit is contained in:
Twinaphex 2012-06-27 00:17:02 +02:00
parent b3c270d3f3
commit 41259ad334

View File

@ -29,7 +29,7 @@
#define TERM_WIDTH (((RGUI_WIDTH - 30) / (FONT_WIDTH_STRIDE)))
#define TERM_HEIGHT (((RGUI_HEIGHT - 30) / (FONT_HEIGHT_STRIDE)))
#define TERM_START_X 15
#define TERM_START_Y 15
#define TERM_START_Y 30
struct rgui_handle
{
@ -180,6 +180,8 @@ static void render_text(rgui_handle_t *rgui, size_t begin, size_t end)
fill_rect(rgui->frame_buf, rgui->frame_buf_pitch,
RGUI_WIDTH - 10, 5, 5, RGUI_HEIGHT - 10, green_filler);
blit_line(rgui, TERM_START_X + 15, 15, "FILE BROWSER\n", true);
unsigned x = TERM_START_X;
unsigned y = TERM_START_Y;