diff src/audacious/ui_skinned_window.c @ 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 7c6ce705adda
children ade60a2c52fb
line wrap: on
line diff
--- a/src/audacious/ui_skinned_window.c	Thu Apr 05 06:11:33 2007 -0700
+++ b/src/audacious/ui_skinned_window.c	Thu Apr 05 09:26:13 2007 -0700
@@ -138,6 +138,8 @@
 {
     SkinnedWindow *window;
     window = SKINNED_WINDOW(widget);
+    window->x = -1;
+    window->y = -1;
 }
 
 GtkWidget *