From 038735d627322c33b747ea75846e9bdcb2391767 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 20:39:42 +0000 Subject: [PATCH] add the startup_id --- openbox/client.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbox/client.h b/openbox/client.h index a737921d..06856b49 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -88,6 +88,10 @@ struct _ObClient desktops) */ 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 */ gchar *title; /*! The count for the title. When another window with the same title -- 2.39.2