[gnome-flashback] monitor: rename float to gfloat
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-flashback] monitor: rename float to gfloat
- Date: Thu, 21 Sep 2017 00:07:58 +0000 (UTC)
commit 9515c60aad2d327c1738581889a0ed499a7aa479
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Wed Sep 20 16:10:09 2017 +0300
monitor: rename float to gfloat
backends/gf-monitor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/gf-monitor.c b/backends/gf-monitor.c
index 5a30f41..4d0e9ab 100644
--- a/backends/gf-monitor.c
+++ b/backends/gf-monitor.c
@@ -828,7 +828,7 @@ gf_monitor_calculate_supported_scales (GfMonitor *monitor,
GArray *supported_scales;
scale_steps = 1.0 / (gfloat) SCALE_FACTORS_PER_INTEGER;
- supported_scales = g_array_new (FALSE, FALSE, sizeof (float));
+ supported_scales = g_array_new (FALSE, FALSE, sizeof (gfloat));
gf_monitor_mode_get_resolution (monitor_mode, &width, &height);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]