Mercurial > mplayer.hg
diff gui/dialog/msgbox.c @ 36031:8ae2e20462a7
Move variable declarations and definitions where they belong.
author | ib |
---|---|
date | Sun, 31 Mar 2013 22:45:25 +0000 |
parents | a04e8798227b |
children | aebe956868d9 |
line wrap: on
line diff
--- a/gui/dialog/msgbox.c Sun Mar 31 22:41:03 2013 +0000 +++ b/gui/dialog/msgbox.c Sun Mar 31 22:45:25 2013 +0000 @@ -30,6 +30,8 @@ GtkWidget * gtkMessageBoxText; GtkWidget * MessageBox = NULL; +GtkWidget * WarningPixmap; +GtkWidget * ErrorPixmap; static void on_Ok_released( GtkButton * button,gpointer user_data ) {