From 80117db6c4f39af1cff247de5a3eb19e2f07c21b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 May 2007 23:03:43 +0000 Subject: turn on demands_attention when urgent gets set, and turn it off when urgent is removed, for those apps that think it is 1917 or something --- openbox/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 5847c67f..f75d155c 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -258,6 +258,9 @@ struct _ObClient /*! Demands attention flag */ gboolean demands_attention; + /*! The urgent flag */ + gboolean urgent; + /*! The layer in which the window will be stacked, windows in lower layers are always below windows in higher layers. */ ObStackingLayer layer; -- cgit v1.2.3