comparison gui/interface.h @ 33763:03824cf8728d

Cosmetic: Rename two functions that do MPlayer calls. Rename guiLoadFont() mplayerLoadFont() and guiLoadSubtitle() mplayerLoadSubtitle().
author ib
date Fri, 08 Jul 2011 21:04:56 +0000
parents 6cea6d268f97
children 498e3d5f223b
comparison
equal deleted inserted replaced
33762:e2e075f6065e 33763:03824cf8728d
185 /* GUI -> MPlayer */ 185 /* GUI -> MPlayer */
186 186
187 void gmp_msg(int mod, int lev, const char *format, ...); 187 void gmp_msg(int mod, int lev, const char *format, ...);
188 void mplayer(int cmd, float fparam, void *vparam); 188 void mplayer(int cmd, float fparam, void *vparam);
189 void guiExit(enum exit_reason how); 189 void guiExit(enum exit_reason how);
190 void guiLoadFont(void); 190 void mplayerLoadFont(void);
191 void guiLoadSubtitle(char *name); 191 void mplayerLoadSubtitle(char *name);
192 192
193 #endif /* MPLAYER_GUI_INTERFACE_H */ 193 #endif /* MPLAYER_GUI_INTERFACE_H */