From 797b4dc01895b9936c68aad9f8b4e8b7b24502ab Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Mon, 8 Apr 2024 12:23:57 -0400 Subject: window: Parse _BAMF_DESKTOP_FILE property 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. --- src/core/window-private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/window-private.h') 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; -- cgit v1.2.1