[gnome-system-monitor/ubergraph] Increase FPS to 35 for smoother animation



commit e26ad5114b3a36e577b338d2a7bbdf46499c5f9d
Author: Robert Roth <robert roth off gmail com>
Date:   Tue Jul 9 02:11:24 2013 +0300

    Increase FPS to 35 for smoother animation

 uber/uber-graph.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/uber/uber-graph.c b/uber/uber-graph.c
index 2f28e08..9f5d2ac 100644
--- a/uber/uber-graph.c
+++ b/uber/uber-graph.c
@@ -2145,7 +2145,7 @@ uber_graph_init (UberGraph *graph) /* IN */
         * Prepare default values.
         */
        priv->tick_len = 10;
-       priv->fps = 20;
+       priv->fps = 35;
        priv->fps_real = 1000. / priv->fps;
        priv->dps = 1.;
        priv->x_slots = 60;


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