comparison 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
comparison
equal deleted inserted replaced
37150:67efc9d84be2 37151:c63629427fde
83 83
84 int skinbrowserwindow; 84 int skinbrowserwindow;
85 int playlistwindow; 85 int playlistwindow;
86 int aboutwindow; 86 int aboutwindow;
87 87
88 float default_volume;
89 float default_balance;
90
88 skin_t *skin; 91 skin_t *skin;
89 playlist_t *playlist; 92 playlist_t *playlist;
90 93
91 void (*startplay)(gui_t *gui); 94 void (*startplay)(gui_t *gui);
92 void (*updatedisplay)(gui_t *gui, HWND hwnd); 95 void (*updatedisplay)(gui_t *gui, HWND hwnd);