diff 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
line wrap: on
line diff
--- a/src/audacious/ui_main.h	Thu Apr 05 06:11:33 2007 -0700
+++ b/src/audacious/ui_main.h	Thu Apr 05 09:26:13 2007 -0700
@@ -184,6 +184,8 @@
 
 void mainwin_ewmh_activate(void);
 
+void mainwin_show_visibility_warning(void);
+
 /* FIXME: placed here for now */
 void playback_get_sample_params(gint * bitrate,
                                 gint * frequency,