[PATCH v3 2/2] winex11.drv: Correct a full screen condition.
23 Apr
2021
23 Apr
'21
3:31 a.m.
The if condition here came from 47c54c4ae7f235780a55ddf670503db4afc11055, which is to detect full screen window. However, according to tests in previous commit, there is possibility that a window without setting WS_CAPTION is not full screen, for example, main window of Tencent WeChat. And windows like this can also be maximized or restored. So that we can not treat WS_CAPTION as our full screen condition. This fixes maximizing Tencent WeChat by dragging it to screen edge. Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- v2: Change commit message. v3: Fix a typo in title (conditon -> condition). dlls/winex11.drv/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1785
Age (days ago)
1785
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ziqing Hui