Mercurial > mplayer.hg
changeset 36048:e3e9b31b1088
Cosmetic: Rearrange definitions.
author | ib |
---|---|
date | Wed, 03 Apr 2013 16:43:24 +0000 |
parents | 705ed2e9e7b1 |
children | 31f6a88593b3 |
files | gui/dialog/dialog.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/dialog.c Wed Apr 03 16:28:52 2013 +0000 +++ b/gui/dialog/dialog.c Wed Apr 03 16:43:24 2013 +0000 @@ -43,17 +43,17 @@ #include "mp_msg.h" #include "libavutil/intreadwrite.h" -static GtkWidget *PopUpMenu; - -static int gtkInitialized; - -static const char gui_icon_name[] = "mplayer"; - #define THRESHOLD 128 // transparency values equal to or above this will become // opaque, all values below this will become transparent guiIcon_t guiIcon; +static const char gui_icon_name[] = "mplayer"; + +static GtkWidget *PopUpMenu; + +static int gtkInitialized; + /** * @brief Add an icon to the #guiIcon icon structure. *