summaryrefslogtreecommitdiff
path: root/src/Application.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-06-14 20:35:58 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-06-14 20:35:58 +0200
commitd443a3c2509889533ca812c163056bace396b586 (patch)
treee94ffc0d9c054ca4efb8fb327e18dfac88e15dc7 /src/Application.vala
parentbb9797c14470641b082ebf635e2ae3cfd5f27a3b (diff)
New upstream version 0.32.1upstream/0.32.1
Diffstat (limited to 'src/Application.vala')
-rw-r--r--src/Application.vala12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/Application.vala b/src/Application.vala
index 36acc41..59bae36 100644
--- a/src/Application.vala
+++ b/src/Application.vala
@@ -69,6 +69,16 @@ public class Application {
system_app.startup.connect(on_activated);
}
+ public static double get_scale() {
+ var instance = get_instance().system_app;
+ unowned GLib.List<Gtk.Window> windows = instance.get_windows();
+
+ if (windows == null)
+ return 1.0;
+
+ return windows.data.get_scale_factor();
+ }
+
/**
* @brief This is a helper for library mode that should only be
* called if we've gotten a camera mount and are _not_ the primary
@@ -104,7 +114,7 @@ public class Application {
}
/**
- * @brief Signal handler for GApplication's 'command-line' signal.
+ * @brief Signal handler for GApplication's 'activate' signal.
*
* The most likely scenario for this to be fired is if the user
* either tried to run us twice in library mode, or we've just gotten