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.