summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 3 insertions, 0 deletions
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;