X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=f4d7f8b63c6933135b1c9397ac48a396e77850ab;hb=fb2493115fd152e0f2247935eed1cbaca2f0ba6d;hp=1d3445f822049a6cb540edd41f6f3e7f273e835c;hpb=141c249b8cd3b94a722acc8c0225b3cbf83e5042;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index 1d3445f8..f4d7f8b6 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -99,7 +99,11 @@ typedef struct Atoms { Atom net_frame_extents; /* application protocols */ -/* Atom Atom net_wm_ping; */ +/* Atom net_wm_ping; */ +#ifdef SYNC + Atom net_wm_sync_request; + Atom net_wm_sync_request_counter; +#endif Atom net_wm_window_type_desktop; Atom net_wm_window_type_dock; @@ -127,7 +131,6 @@ typedef struct Atoms { Atom net_wm_action_resize; Atom net_wm_action_minimize; Atom net_wm_action_shade; - Atom net_wm_action_stick; Atom net_wm_action_maximize_horz; Atom net_wm_action_maximize_vert; Atom net_wm_action_fullscreen;