X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=464fe26dea1dd6fcfeec45fff68c31abfc2319db;hb=d81339c9cf6592fc86dc05428ee6e70ac573afe5;hp=92884144451da9d1c32892bf5aeed4c95ebf9b27;hpb=e6d33facc8f02a068f62b4f60c2872589b620dab;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 92884144..464fe26d 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -194,9 +194,10 @@ typedef struct Atoms { Atom ob_wm_state_undecorated; Atom openbox_pid; /* this is depreecated in favour of ob_control */ Atom ob_theme; + Atom ob_config_file; Atom ob_control; } Atoms; -Atoms prop_atoms; +extern Atoms prop_atoms; void prop_startup();