changeset 36037:e31753d84084

Cosmetic: Don't mix #includes with variable definitions.
author ib
date Mon, 01 Apr 2013 08:33:45 +0000
parents 2421356e2a03
children 777ccea2828d
files gui/dialog/dialog.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/dialog/dialog.c	Mon Apr 01 08:27:07 2013 +0000
+++ b/gui/dialog/dialog.c	Mon Apr 01 08:33:45 2013 +0000
@@ -49,10 +49,6 @@
 #include "gui/ui/actions.h"
 #include "fileselect.h"
 
-static GtkWidget *PopUpMenu;
-
-static int gtkInitialized;
-
 #include "skinbrowser.h"
 #include "playlist.h"
 #include "msgbox.h"
@@ -63,6 +59,10 @@
 #include "equalizer.h"
 #include "tools.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