X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fprop.h;h=051168a50b142486912d45ac555446d033809e51;hb=8c9b2e8f17d744082eb7f3cd5a4be6e11218ccfa;hp=f65dd1355351863233b6e0af8c15695ab386d4db;hpb=e979b388d83a48e45a6a36869f2bc87161e8a720;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index f65dd135..051168a5 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -138,6 +138,7 @@ typedef struct Atoms { Atom net_wm_state_fullscreen; Atom net_wm_state_above; Atom net_wm_state_below; + Atom net_wm_state_demands_attention; Atom net_wm_state_add; Atom net_wm_state_remove; @@ -166,8 +167,6 @@ typedef struct Atoms { Atom openbox_pid; Atom ob_wm_state_undecorated; Atom ob_control; - Atom ob_reconfigure; - Atom ob_restart; } Atoms; Atoms prop_atoms;