Mercurial > mplayer.hg
diff gui/dialog/dialog.h @ 35638:78d9cfd68b34
Cosmetic: Use parameter name 'window' for a GtkWindow.
author | ib |
---|---|
date | Thu, 10 Jan 2013 19:23:37 +0000 |
parents | 365dc9336f0d |
children | 1d11ed014a53 |
line wrap: on
line diff
--- a/gui/dialog/dialog.h Thu Jan 10 19:14:20 2013 +0000 +++ b/gui/dialog/dialog.h Thu Jan 10 19:23:37 2013 +0000 @@ -76,7 +76,7 @@ void gtkShow(int type, char *param); void gtkMessageBox(int type, const gchar *str); -void gtkSetLayer(GtkWidget *wdg); -void gtkActive(GtkWidget *wdg); +void gtkSetLayer(GtkWidget *window); +void gtkActive(GtkWidget *window); #endif /* MPLAYER_GUI_DIALOG_H */