summaryrefslogtreecommitdiff
path: root/lib/river/src/river-output.c
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2025-03-05 14:57:26 +0100
committernoname <[email protected]>2025-04-25 01:19:20 +1000
commit3965e9fafa861f7371bb8b46f4d4242769eee943 (patch)
tree90c37044874a888d10ed02d3e42aa3879133cfb2 /lib/river/src/river-output.c
parentdcbe03a985ad4ecb90e57323efe96dd818957b27 (diff)
AstalRiver: fix scale-factor type
Diffstat (limited to 'lib/river/src/river-output.c')
-rw-r--r--lib/river/src/river-output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/river/src/river-output.c b/lib/river/src/river-output.c
index 6e46a96..ee48f90 100644
--- a/lib/river/src/river-output.c
+++ b/lib/river/src/river-output.c
@@ -276,7 +276,7 @@ gint astal_river_output_get_physical_height(AstalRiverOutput* self) {
*
* the scale factor of the output
*/
-gdouble astal_river_output_get_scale_factor(AstalRiverOutput* self) { return self->scale_factor; }
+gint astal_river_output_get_scale_factor(AstalRiverOutput* self) { return self->scale_factor; }
/**
* astal_river_output_get_refresh_rate