I'm trying to create an IMAGE widget with extra user data bytes through IMAGE_CreateUser().
After calling the function, I check the Window ID with WM_GetId() and it's ok.
Next I call WM_SetUserData() and check again the Id with WM_GetId(). This time, the Id is wrong!
If I set the correct Id with WM_SetId(), I destroy user data!
After calling the function, I check the Window ID with WM_GetId() and it's ok.
Next I call WM_SetUserData() and check again the Id with WM_GetId(). This time, the Id is wrong!
If I set the correct Id with WM_SetId(), I destroy user data!