[Xfce4-commits] <xfce4-panel:master> 1x1 invisible icons doesn't seem to be true (bug #7044).

Nick Schermer noreply at xfce.org
Wed Dec 29 20:26:02 CET 2010


Updating branch refs/heads/master
         to 0f3bf94db53801d180c90315c9ab2668c507130d (commit)
       from a2c54611351de29a203ecc8d2ce86f4e807ab2a0 (commit)

commit 0f3bf94db53801d180c90315c9ab2668c507130d
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 29 20:24:02 2010 +0100

    1x1 invisible icons doesn't seem to be true (bug #7044).

 plugins/systray/systray-box.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
index a7bd937..c630f90 100644
--- a/plugins/systray/systray-box.c
+++ b/plugins/systray/systray-box.c
@@ -40,7 +40,8 @@
 #define OFFSCREEN  (-9999)
 
 /* some icon implementations request a 1x1 size for invisible icons */
-#define REQUISITION_IS_INVISIBLE(child_req) ((child_req).width <= 1 && (child_req).height <= 1)
+/*#define REQUISITION_IS_INVISIBLE(child_req) ((child_req).width <= 1 && (child_req).height <= 1)*/
+#define REQUISITION_IS_INVISIBLE(child_req) (TRUE)
 
 
 



More information about the Xfce4-commits mailing list