all repos — openbox @ ba6dcc15f8893b1d72f185e838c3d34c62f335b4

openbox fork - make it a bit more like ryudo

add the new pid and ping atoms to the NET_SUPPORTED list
Dana Jansens danakj@orodu.net
commit

ba6dcc15f8893b1d72f185e838c3d34c62f335b4

parent

cfc8101333535e3336eff5e929839c5262231db6

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -289,6 +289,8 @@ #ifdef SYNC

supported[i++] = prop_atoms.net_wm_sync_request; supported[i++] = prop_atoms.net_wm_sync_request_counter; #endif + supported[i++] = prop_atoms.net_wm_pid; + supported[i++] = prop_atoms.net_wm_ping; supported[i++] = prop_atoms.kde_wm_change_state; supported[i++] = prop_atoms.kde_net_wm_frame_strut;