[pinpoint] make the fault transition be "fade"



commit e5b25449f4e7dd18aa0eae7eb3c180786de8c8d9
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sun Aug 7 16:14:16 2011 +0100

    make the fault transition be "fade"
    
    The transition that was in the original pinpoint, with the presentation running
    down the right hand side and text flying in and out from there was getting old,
    and anyways has had a regression with clutter changing the distance to the far
    clipping plane. Fades are simple and nice - and like black will continue being
    fashionable.

 pinpoint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pinpoint.c b/pinpoint.c
index 29fef95..8f69f82 100644
--- a/pinpoint.c
+++ b/pinpoint.c
@@ -75,7 +75,7 @@ static PinPointPoint pin_default_point = {
 
   .shading_color = "black",
   .shading_opacity = 0.66,
-  .transition = NULL,
+  .transition = "fade",
 
   .command = NULL,
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]