[gimp] app: Make GIMP_PROJECTION_CHUNK_TIME a gdouble
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Make GIMP_PROJECTION_CHUNK_TIME a gdouble
- Date: Sun, 22 Jun 2014 14:39:57 +0000 (UTC)
commit ef79cfdadedf3b357854eddb12e104ad29cbe40b
Author: Michael Henning <drawoc darkrefraction com>
Date: Sun Jun 22 10:38:44 2014 -0400
app: Make GIMP_PROJECTION_CHUNK_TIME a gdouble
Otherwise, it's immediately rounded to 0.
app/core/gimpprojection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpprojection.c b/app/core/gimpprojection.c
index b0df33f..675e979 100644
--- a/app/core/gimpprojection.c
+++ b/app/core/gimpprojection.c
@@ -55,7 +55,7 @@ static gint GIMP_PROJECTION_CHUNK_HEIGHT = 128;
/* how much time, in seconds, do we allow chunk rendering to take,
* aiming for 15fps
*/
-static gint GIMP_PROJECTION_CHUNK_TIME = 0.0666;
+static gdouble GIMP_PROJECTION_CHUNK_TIME = 0.0666;
enum
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]