diff options
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h index 08df05c92..ce0d3fafd 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -102,6 +102,8 @@ struct _MetaWindow char *mutter_hints; char *gtk_theme_variant; char *dbus_application_id; + char *dbus_unique_name; + char *dbus_object_path; int net_wm_pid; |