On Tue May 13 09:39:16 2025 +0000, Jacek Caban wrote:
Not a big deal, but since `get_window_thread` is optimized later in the series, we could just use it here to simplify the code a bit. Same goes for `is_current_process_window`.
Both `is_current_thread_window` and `is_current_process_window` are supposed to return the full window handle, while `get_window_thread` doesn't.
Also, `get_window_thread` sets last error, which these functions were not setting.