add the startup_id
This commit is contained in:
parent
973507ff28
commit
038735d627
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ struct _ObClient
|
||||||
desktops) */
|
desktops) */
|
||||||
guint desktop;
|
guint desktop;
|
||||||
|
|
||||||
|
/*! The startup id for the startup-notification protocol. This will be
|
||||||
|
NULL if a startup id is not set. */
|
||||||
|
gchar *startup_id;
|
||||||
|
|
||||||
/*! Normal window title */
|
/*! Normal window title */
|
||||||
gchar *title;
|
gchar *title;
|
||||||
/*! The count for the title. When another window with the same title
|
/*! The count for the title. When another window with the same title
|
||||||
|
|
Loading…
Reference in a new issue