comparison gui/interface.h @ 33764:498e3d5f223b

Cosmetic: Order prototypes in interface.h.
author ib
date Fri, 08 Jul 2011 21:08:19 +0000
parents 03824cf8728d
children c29fc64a28c4
comparison
equal deleted inserted replaced
33763:03824cf8728d 33764:498e3d5f223b
174 174
175 extern guiInterface_t guiInfo; 175 extern guiInterface_t guiInfo;
176 176
177 /* MPlayer -> GUI */ 177 /* MPlayer -> GUI */
178 178
179 int gui(int what, void *arg);
179 void guiDone(void); 180 void guiDone(void);
180 int gui(int what, void *arg);
181 void guiInit(void); 181 void guiInit(void);
182 int guiPlaylistAdd(play_tree_t *my_playtree, m_config_t *config);
182 int guiPlaylistInitialize(play_tree_t *my_playtree, m_config_t *config, int enqueue); 183 int guiPlaylistInitialize(play_tree_t *my_playtree, m_config_t *config, int enqueue);
183 int guiPlaylistAdd(play_tree_t *my_playtree, m_config_t *config);
184 184
185 /* GUI -> MPlayer */ 185 /* GUI -> MPlayer */
186 186
187 void gmp_msg(int mod, int lev, const char *format, ...);
188 void mplayer(int cmd, float fparam, void *vparam); 187 void mplayer(int cmd, float fparam, void *vparam);
189 void guiExit(enum exit_reason how);
190 void mplayerLoadFont(void); 188 void mplayerLoadFont(void);
191 void mplayerLoadSubtitle(char *name); 189 void mplayerLoadSubtitle(char *name);
190 void gmp_msg(int mod, int lev, const char *format, ...);
191 void guiExit(enum exit_reason how);
192 192
193 #endif /* MPLAYER_GUI_INTERFACE_H */ 193 #endif /* MPLAYER_GUI_INTERFACE_H */