Mercurial > audlegacy
comparison src/audacious/ui_main.h @ 2651:4d5e6a8717dd trunk
[svn] - allow the player to start with all of its windows hidden (but give a warning to the user, whose display can be disabled); also, try to remember player windows positions when they stay hidden between sessions
author | giacomo |
---|---|
date | Thu, 05 Apr 2007 09:26:13 -0700 |
parents | ddd127429fc6 |
children | bf2d80abf76e |
comparison
equal
deleted
inserted
replaced
2650:f41ca301852a | 2651:4d5e6a8717dd |
---|---|
182 void mainwin_jump_to_file(void); | 182 void mainwin_jump_to_file(void); |
183 void mainwin_jump_to_time(void); | 183 void mainwin_jump_to_time(void); |
184 | 184 |
185 void mainwin_ewmh_activate(void); | 185 void mainwin_ewmh_activate(void); |
186 | 186 |
187 void mainwin_show_visibility_warning(void); | |
188 | |
187 /* FIXME: placed here for now */ | 189 /* FIXME: placed here for now */ |
188 void playback_get_sample_params(gint * bitrate, | 190 void playback_get_sample_params(gint * bitrate, |
189 gint * frequency, | 191 gint * frequency, |
190 gint * numchannels); | 192 gint * numchannels); |
191 | 193 |