diff gui/win32/gui.h @ 37151:c63629427fde

Apply skin defaults in Win32 GUI. The starting defaults for volume, balance and movie position are defined in the skin used by the GUI. So far, the Win32 GUI has completely ignored these. Based on a patch by Stephen Sheldon, sfsheldo gmail com.
author ib
date Wed, 06 Aug 2014 16:35:38 +0000
parents 84c93a60ead3
children
line wrap: on
line diff
--- a/gui/win32/gui.h	Wed Aug 06 13:03:22 2014 +0000
+++ b/gui/win32/gui.h	Wed Aug 06 16:35:38 2014 +0000
@@ -85,6 +85,9 @@
     int playlistwindow;
     int aboutwindow;
 
+    float default_volume;
+    float default_balance;
+
     skin_t *skin;
     playlist_t *playlist;