]> git.eshelyaron.com Git - emacs.git/commit
(w32_createwindow): Remove the WS_CLIPCHILDREN style
authorAndrew Innes <andrewi@gnu.org>
Tue, 4 Sep 2001 17:35:24 +0000 (17:35 +0000)
committerAndrew Innes <andrewi@gnu.org>
Tue, 4 Sep 2001 17:35:24 +0000 (17:35 +0000)
commit18f0b3428088385e9cc14fc0dee7525ba397a0b0
treeaebe1e88c6e97b7026b97cd7d11111227c3bc4cf
parent2a5becfb51236b09579de6cde203f47c489f2b0e
(w32_createwindow): Remove the WS_CLIPCHILDREN style
from Emacs frames, so that calls to GetClipBox in w32term.c
correctly report when part of a frame is visible (including
scrollbars, etc).  This prevents repeated redrawing of frames when
only a scrollbar is visible.
(w32_wnd_proc): Add more frame information to debugging output.
src/w32fns.c