17 Jun
2022
17 Jun
'22
7:47 a.m.
Huw Davies (@huw) commented about dlls/win32u/defwnd.c:
return 0; }
+static LRESULT handle_nc_button_dbl_click( HWND hwnd, WPARAM wparam, LPARAM lparam ) +{ + /*if this is an icon, send a restore since we are handling a double click */
Missing space after the `/*`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/261#note_2252