diff options
author | Victor Kareh <[email protected]> | 2024-04-08 12:23:57 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-04-02 20:37:16 +0000 |
commit | 797b4dc01895b9936c68aad9f8b4e8b7b24502ab (patch) | |
tree | 2d9d6fc47152aa70a7ea35557ff5e403692b021d /src/core/iconcache.h | |
parent | 34a06a853aedea845b4723989b97b1384e80869d (diff) | |
download | marco-797b4dc01895b9936c68aad9f8b4e8b7b24502ab.tar.bz2 marco-797b4dc01895b9936c68aad9f8b4e8b7b24502ab.tar.xz |
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/iconcache.h')
-rw-r--r-- | src/core/iconcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |