Searched refs:WM_WM_HINTS_EVENT (Results 1 – 3 of 3) sorted by relevance
112 #define WM_WM_HINTS_EVENT (WM_USER + 14) macro
229 case WM_WM_HINTS_EVENT: in MessageName()941 case WM_WM_HINTS_EVENT: in winMultiWindowWMProc()1299 msg.msg = WM_WM_HINTS_EVENT; in winMultiWindowXMsgProc()
64885 Move styling update code from WM_WM_HINTS_EVENT to a function UpdateStyle(),64902 hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect windows64915 hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window style64917 Add a new WM_WM_HINTS_EVENT event to update window style if any of the64922 WM_WM_HINTS_EVENT message to the WM.70058 hw/xwin: Rename WM_WM_HINTS_EVENT to WM_WM_ICON_EVENT70060 WM_WM_HINTS_EVENT only updates the icon, so rename it to WM_WM_ICON_EVENT