[fusion-commits] Wall plugin: Changes to 'master' (a7db79a2694177b5b6fa73d8f8486d909ae042b7)

maniac at server.beryl-project.org maniac at server.beryl-project.org
Fri Aug 3 12:34:05 CEST 2007


New commits:
commit a7db79a2694177b5b6fa73d8f8486d909ae042b7
Author: Danny Baumann <dannybaumann at web.de>
Date:   Fri Aug 3 12:34:00 2007 +0200

    Actually use ARROW_SIZE constant.


 wall.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Modified: fusion/plugins/wall/wall.c
===================================================================
--- fusion/plugins/wall/wall.c
+++ fusion/plugins/wall/wall.c
@@ -1547,8 +1547,8 @@ wallCreateCairoContexts (CompScreen *s,
 
     if (initial)
     {
-	ws->arrowContext.width = 33;
-	ws->arrowContext.height = 33;
+	ws->arrowContext.width = ARROW_SIZE;
+	ws->arrowContext.height = ARROW_SIZE;
 	wallSetupCairoContext (s, &ws->arrowContext);
 	wallDrawArrow (s);
     }


More information about the commits mailing list