diff options
author | Victor Kareh <[email protected]> | 2024-04-05 14:04:58 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2025-04-02 20:37:16 +0000 |
commit | 94ff81575062ecdd57a28eb8a3c7bfaaa6b77b03 (patch) | |
tree | 3f13be543378e64e3a43c2d83a9c4acb37619037 /src/core/window-private.h | |
parent | 79c00a9a63a3d3ebc325b1ec68e07be27156598a (diff) | |
download | marco-94ff81575062ecdd57a28eb8a3c7bfaaa6b77b03.tar.bz2 marco-94ff81575062ecdd57a28eb8a3c7bfaaa6b77b03.tar.xz |
window: Parse _GTK_APPLICATION_ID property
GTK+ has support for the application ID property. This will allow Marco
to reconstruct the path to the desktop spec file and so have access to
all internal attributes (e.g. name, icon, etc.)
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h index 02b7df42..c6117654 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -133,6 +133,7 @@ struct _MetaWindow char *wm_client_machine; char *startup_id; char *gtk_theme_variant; + char *gtk_application_id; int net_wm_pid; |