8 Mar
2025
8 Mar
'25
3:48 a.m.
On Sat Mar 8 09:36:25 2025 +0000, Jinoh Kang wrote:
We can manage a table of locators `obj_locator_t user_objects[MAX_USER_HANDLES]` and make it shared. That way no extra server call is needed to map HWND to obj\_locator\_t. Just an array of shared offset works too, if we reuse HWND for the object ID. That is not to say I have an opinion about this, strong or otherwise; I haven't reviewed the MR anyway. That said it could eliminate some extra `top_locator` fields and so on.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7512#note_97178