From 96a4b36b9feca559a512fe26cb7359178f1577cc 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/iconcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/iconcache.h') diff --git a/src/core/iconcache.h b/src/core/iconcache.h index 9aee499b..353787c7 100644 --- a/src/core/iconcache.h +++ b/src/core/iconcache.h @@ -69,7 +69,7 @@ gboolean meta_icon_cache_get_icon_invalidated (MetaIconCache *icon_cache); gboolean meta_read_icons (MetaScreen *screen, Window xwindow, - char *app_id, + char *desktop_id, MetaIconCache *icon_cache, Pixmap wm_hints_pixmap, Pixmap wm_hints_mask, -- cgit v1.2.1