From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/menu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmenu/menu.h') diff --git a/libmenu/menu.h b/libmenu/menu.h index 09359dd1d6..d29091a4ae 100644 --- a/libmenu/menu.h +++ b/libmenu/menu.h @@ -61,7 +61,7 @@ typedef struct menu_info_s { #define MENU_CMD_OK 2 #define MENU_CMD_CANCEL 3 #define MENU_CMD_LEFT 4 -#define MENU_CMD_RIGHT 5 +#define MENU_CMD_RIGHT 5 #define MENU_CMD_ACTION 6 #define MENU_CMD_HOME 7 #define MENU_CMD_END 8 @@ -103,7 +103,7 @@ void menu_draw_text(mp_image_t* mpi, char* txt, int x, int y); int menu_text_length(char* txt); int menu_text_num_lines(char* txt, int max_width); -void menu_text_size(char* txt,int max_width, +void menu_text_size(char* txt,int max_width, int vspace, int warp, int* _w, int* _h); -- cgit v1.2.3