]> git.eshelyaron.com Git - emacs.git/commit
Fix selection dialog display on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 May 2022 06:24:29 +0000 (09:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 8 May 2022 06:24:29 +0000 (09:24 +0300)
commita85e30516e543081d0197b9975fa9ba143426b6f
treedbc26688812ca8687c96974ebd5d700a4032f25a
parent48c422e255095658ea8ff20a59a6d306910281c5
Fix selection dialog display on MS-Windows

* src/w32fns.c (w32_wnd_proc) <WM_PAINT>: Update the frame from
the back buffer when double-buffering is in effect and a selection
dialog is open.
(w32_dialog_in_progress): Indicate to 'w32_wnd_proc' that a
selection dialog is open.  (Bug#55208)
src/w32fns.c