summaryrefslogtreecommitdiff
path: root/src/Application.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-06-14 20:36:17 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-06-14 20:36:17 +0200
commit31804433d72460cbe0a39f9f8ea5e76058d84cda (patch)
tree2084a84c39f159c6aea254775dc0880d52579d45 /src/Application.vala
parenta9898fb3f39c44a85876930ef6b2558052569ae6 (diff)
parentd443a3c2509889533ca812c163056bace396b586 (diff)
Update upstream source from tag 'upstream/0.32.1'
Update to upstream version '0.32.1' with Debian dir c460ad6e13d3c39eaa2d5399059385e64e6fba4c
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