From 94ff81575062ecdd57a28eb8a3c7bfaaa6b77b03 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 5 Apr 2024 14:04:58 -0400 Subject: 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.) --- 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 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; -- cgit v1.2.1