# HG changeset patch # User ib # Date 1365007404 0 # Node ID e3e9b31b108812d0dd6c75ad71be06bfeec8e6c9 # Parent 705ed2e9e7b123e93edddf3df0117dc868fce4d4 Cosmetic: Rearrange definitions. diff -r 705ed2e9e7b1 -r e3e9b31b1088 gui/dialog/dialog.c --- 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. *