X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=f75d155cb9930ae19efbf9cd4a38a1664e1fecac;hb=75c63eece530871664cedb11ff348945643fcaa2;hp=5847c67f6cfd7b98fa8e88019e9c904bd69caa00;hpb=55d2916c1e24e021d9b9692d2373dc4afff4c5c2;p=chaz%2Fopenbox 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;