]> git.eshelyaron.com Git - emacs.git/commit
Fix removal of frame decorations on Windows (Bug#38705)
authorMartin Rudalics <rudalics@gmx.at>
Thu, 2 Jan 2020 08:35:49 +0000 (09:35 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 2 Jan 2020 08:35:49 +0000 (09:35 +0100)
commit01dfcb7c879831b5cf2614e35f9f610dfadb13a0
tree5e59fd8163e3d378713ae88f159ec699ca6d06ac
parent338154240e05a06a9fedb806940ef671868b4722
Fix removal of frame decorations on Windows (Bug#38705)

* src/w32fns.c (w32_set_undecorated): Actualize
f->output_data.w32->dwStyle for subsequent calls of
AdjustWindowRect (Bug#38705).
* src/w32term.h (struct w32_output): Add comment for
dwstyle slot.
src/w32fns.c
src/w32term.h