Author: jasper
Date: 2008-07-16 08:56:28 +0000 (Wed, 16 Jul 2008)
New Revision: 27309

Modified:
   xfce4-panel/trunk/panel/panel-private.h
   xfce4-panel/trunk/panel/panel-properties.c
Log:
64-bit fix: X properties should be gulong, not guint: opacity setting fixed.


Modified: xfce4-panel/trunk/panel/panel-private.h
===================================================================
--- xfce4-panel/trunk/panel/panel-private.h     2008-07-16 00:39:15 UTC (rev 
27308)
+++ xfce4-panel/trunk/panel/panel-private.h     2008-07-16 08:56:28 UTC (rev 
27309)
@@ -62,8 +62,8 @@
     XfcePanelWidthType  full_width;
     gint                transparency;
 
-    guint               opacity;
-    guint               saved_opacity;
+    gulong              opacity;
+    gulong              saved_opacity;
 
     gint                block_autohide;
     gint                hide_timeout;

Modified: xfce4-panel/trunk/panel/panel-properties.c
===================================================================
--- xfce4-panel/trunk/panel/panel-properties.c  2008-07-16 00:39:15 UTC (rev 
27308)
+++ xfce4-panel/trunk/panel/panel-properties.c  2008-07-16 08:56:28 UTC (rev 
27309)
@@ -627,7 +627,7 @@
                   gboolean  transparent)
 {
     PanelPrivate *priv;
-    guint         opacity;
+    gulong        opacity;
 
     if (!GTK_WIDGET (panel)->window)
         return;

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to