X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=b9d6795eda1f296d4ca801714178542927111cc7;hb=c6f2875d61ce038bcc3b28e28aa26a0648efd752;hp=8f81eff0ebea7c34b0e72d4ecd74cbb608f72d87;hpb=0ec49ac7811fccd56e14f724c67b7a547df26233;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 8f81eff0..b9d6795e 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -190,10 +190,11 @@ typedef struct Atoms { /* Openbox specific atoms */ - Atom openbox_wm_state_undecorated; - Atom openbox_pid; - Atom openbox_config; - Atom openbox_control; + Atom ob_wm_action_undecorate; + Atom ob_wm_state_undecorated; + Atom openbox_pid; /* this is depreecated in favour of ob_control */ + Atom ob_theme; + Atom ob_control; } Atoms; Atoms prop_atoms;