From: Paul Gofman Subject: Re: [PATCH] winex11.drv: Redraw window on Expose event if window surface has no region set. Message-Id: <0d0b24b7-c23e-5291-6d9f-2055980b9bb1@gmail.com> Date: Mon, 6 Apr 2020 15:59:15 +0300 In-Reply-To: <87imicg6bk.fsf@wine> References: <20200403123457.20981-1-gofmanp@gmail.com> <87ftdghq08.fsf@wine> <31d80570-6d4e-bb25-a6ae-291ec31b1e69@gmail.com> <87imicg6bk.fsf@wine> On 4/6/20 15:13, Alexandre Julliard wrote: > Paul Gofman writes: > > If it's not painting to the window surface, then user32 should have been > told that. Then the surface won't be used, and expose events will > generate WM_PAINT messages. >     Oh yeah, setting, e. g., client_side_graphics to FALSE in winex11.drv when I am to emulate exclusive fullscreen mode does the trick. Do you mean something like that?     But it won't help my updated test program, which does not involve any ddraw and seem to show that the window just gets WM_PAINT on obscuring window move or delete on Windows. I don't have an example of a real application depending exactly on it though.