X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=a9d1b573249fa55fdf994f54eac31410a581408b;hb=2cd1644e1040684d5f646541f65a36b01b011db2;hp=4ed6d7212e96f54861c348fd268829461c96b745;hpb=9c1438f17b84ef096faec0b8d52dd7d39c2c50c5;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 4ed6d721..a9d1b573 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -56,6 +56,10 @@ typedef struct Atoms { Atom net_close_window; Atom net_wm_moveresize; Atom net_moveresize_window; + + /* startup-notification extension */ + Atom net_startup_id; + /* application window properties */ Atom net_wm_name; Atom net_wm_visible_name; @@ -65,6 +69,7 @@ typedef struct Atoms { Atom net_wm_window_type; Atom net_wm_state; Atom net_wm_strut; + Atom net_wm_strut_partial; Atom net_wm_icon; /* Atom net_wm_pid; */ Atom net_wm_allowed_actions;