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