diff libmenu/menu.h @ 17993:98eb966a4024

Add a function to draw flat boxes and use it to make the list menu and console look much cooler. Idea take from Otvos Atilla's patches (oattila_At_chello--.--hu).
author albeu
date Thu, 30 Mar 2006 02:52:54 +0000
parents 98f4e3704a76
children e8cbaf092e96
line wrap: on
line diff
--- a/libmenu/menu.h	Wed Mar 29 23:25:09 2006 +0000
+++ b/libmenu/menu.h	Thu Mar 30 02:52:54 2006 +0000
@@ -72,3 +72,5 @@
 void menu_draw_text_full(mp_image_t* mpi,char* txt,
 			 int x, int y,int w, int h,
 			 int vspace, int warp, int align, int anchor);
+
+void menu_draw_box(mp_image_t* mpi, char grey, char alpha, int x, int y, int w, int h);