You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-12-15 08:03:15 -08:00
Rebase against e254680ed15f43409114881d8ed613aa4b0de944.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 44c4620a48a2d15269a083d9c04bcf9e4ee77e58 Mon Sep 17 00:00:00 2001
|
||||
From e1440086421942267ff1df00fdb11e724bd0119b Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Fri, 22 Nov 2013 18:54:18 +0100
|
||||
Subject: [PATCH] winex11: Enable/disable windows when they are (un)mapped by
|
||||
@@ -9,7 +9,7 @@ Subject: [PATCH] winex11: Enable/disable windows when they are (un)mapped by
|
||||
1 file changed, 17 insertions(+)
|
||||
|
||||
diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c
|
||||
index eb2f0c6626c..2f0606d1adc 100644
|
||||
index 147865e7af6..92504a248ca 100644
|
||||
--- a/dlls/winex11.drv/event.c
|
||||
+++ b/dlls/winex11.drv/event.c
|
||||
@@ -981,6 +981,7 @@ static BOOL X11DRV_Expose( HWND hwnd, XEvent *xev )
|
||||
@@ -21,7 +21,7 @@ index eb2f0c6626c..2f0606d1adc 100644
|
||||
if (event->xany.window == x11drv_thread_data()->clip_window) return TRUE;
|
||||
|
||||
@@ -992,7 +993,12 @@ static BOOL X11DRV_MapNotify( HWND hwnd, XEvent *event )
|
||||
if (hwndFocus && IsChild( hwnd, hwndFocus ))
|
||||
if (hwndFocus && NtUserIsChild( hwnd, hwndFocus ))
|
||||
set_input_focus( data );
|
||||
}
|
||||
+
|
||||
@@ -52,5 +52,5 @@ index eb2f0c6626c..2f0606d1adc 100644
|
||||
}
|
||||
|
||||
--
|
||||
2.35.1
|
||||
2.34.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user