diff audacious/mainwin.h @ 1878:f83d206f51b7 trunk

[svn] - Properly handle shading when mainwin_width is greater than the shaded width.
author nhjm449
date Sat, 14 Oct 2006 18:50:37 -0700
parents a6e6d3500c13
children 1830d09e33bf
line wrap: on
line diff
--- a/audacious/mainwin.h	Sat Oct 14 12:04:49 2006 -0700
+++ b/audacious/mainwin.h	Sat Oct 14 18:50:37 2006 -0700
@@ -30,6 +30,7 @@
 #define MAINWIN_WIDTH            (gint)275
 #define MAINWIN_HEIGHT           (gint)116
 #define MAINWIN_TITLEBAR_HEIGHT  (gint)14
+#define MAINWIN_SHADED_WIDTH     MAINWIN_WIDTH
 #define MAINWIN_SHADED_HEIGHT    MAINWIN_TITLEBAR_HEIGHT
 
 #define MAINWIN_UPDATE_INTERVAL  10