[MPlayer-cvslog] r36142 - trunk/gui/dialog/dialog.c
ib
subversion at mplayerhq.hu
Wed Apr 3 18:43:24 CEST 2013
Author: ib
Date: Wed Apr 3 18:43:24 2013
New Revision: 36142
Log:
Cosmetic: Rearrange definitions.
Modified:
trunk/gui/dialog/dialog.c
Modified: trunk/gui/dialog/dialog.c
==============================================================================
--- trunk/gui/dialog/dialog.c Wed Apr 3 18:28:52 2013 (r36141)
+++ trunk/gui/dialog/dialog.c Wed Apr 3 18:43:24 2013 (r36142)
@@ -43,16 +43,16 @@
#include "mp_msg.h"
#include "libavutil/intreadwrite.h"
-static GtkWidget *PopUpMenu;
+#define THRESHOLD 128 // transparency values equal to or above this will become
+ // opaque, all values below this will become transparent
-static int gtkInitialized;
+guiIcon_t guiIcon;
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
+static GtkWidget *PopUpMenu;
-guiIcon_t guiIcon;
+static int gtkInitialized;
/**
* @brief Add an icon to the #guiIcon icon structure.
More information about the MPlayer-cvslog
mailing list