summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-12-05 12:52:35 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-05 12:54:29 -0500
commit393a80d434e338980fe6a41c9ab2c4aff54565fb (patch)
tree3abe575f1867330297a381017cd8348e07199514 /src/core/window-private.h
parenta2f95e115c4d9f3b505c1984f5adf82749e49cbd (diff)
downloadmutter-wip/gmenu.tar.gz
Add _DBUS_UNIQUE_NAME and _OBJECT_PATH propertieswip/gmenu
https://bugzilla.gnome.org/show_bug.cgi?id=664851
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h2
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;