Sharing of individual windows in Google Meets is not working because
the client state is not set, causing the windows not to be recognized
as sharable.
This commit makes sure the client state is set to NormalState when a
client is attached to (i.e. managed by) mwm.
EnterWindowMask | FocusChangeMask |
PropertyChangeMask | StructureNotifyMask);
+ client_set_state(client, NormalState);
+
return(workspace_attach_client(workspace, client));
}