summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2024-04-08 12:23:57 -0400
committerVictor Kareh <[email protected]>2025-04-02 20:37:16 +0000
commit797b4dc01895b9936c68aad9f8b4e8b7b24502ab (patch)
tree2d9d6fc47152aa70a7ea35557ff5e403692b021d /src/core/window-private.h
parent34a06a853aedea845b4723989b97b1384e80869d (diff)
downloadmarco-797b4dc01895b9936c68aad9f8b4e8b7b24502ab.tar.bz2
marco-797b4dc01895b9936c68aad9f8b4e8b7b24502ab.tar.xz
window: Parse _BAMF_DESKTOP_FILE propertyHEADmaster
In systems with bamfdaemon running, windows get this property for finding the dekstop spec file of an application. This can be used to find the defined icon for any application window that reports this attribute and provider much better icon matching.
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index c6117654..52864a86 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -134,6 +134,7 @@ struct _MetaWindow
char *startup_id;
char *gtk_theme_variant;
char *gtk_application_id;
+ char *bamf_desktop_file;
int net_wm_pid;