add the new pid and ping atoms to the NET_SUPPORTED list

This commit is contained in:
Dana Jansens 2008-01-16 00:24:56 -05:00
parent cfc8101333
commit ba6dcc15f8

View file

@ -289,6 +289,8 @@ gboolean screen_annex(void)
supported[i++] = prop_atoms.net_wm_sync_request; supported[i++] = prop_atoms.net_wm_sync_request;
supported[i++] = prop_atoms.net_wm_sync_request_counter; supported[i++] = prop_atoms.net_wm_sync_request_counter;
#endif #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_wm_change_state;
supported[i++] = prop_atoms.kde_net_wm_frame_strut; supported[i++] = prop_atoms.kde_net_wm_frame_strut;