X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=464fe26dea1dd6fcfeec45fff68c31abfc2319db;hb=9b447a2d2837a6dab0380bc767644f8fe5083aa9;hp=13c338efcfd86115351ae4c9e6cff7deeebe3eed;hpb=fb7a71da202632c7301ada67c8b4420bfb8d8fbe;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 13c338ef..464fe26d 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -129,7 +129,7 @@ typedef struct Atoms { Atom net_wm_strut_partial; Atom net_wm_icon; Atom net_wm_icon_geometry; -/* Atom net_wm_pid; */ + Atom net_wm_pid; Atom net_wm_allowed_actions; Atom net_wm_user_time; /* Atom net_wm_user_time_window; */ @@ -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();