Moved hrgnUpdate from client to window coordinates, made nonclient
authorAlex Korobka <alex@aikea.ams.sunysb.edu>
Sun, 28 Mar 1999 09:37:57 +0000 (09:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 28 Mar 1999 09:37:57 +0000 (09:37 +0000)
commit4f1ac05dea2cbc83a7d8ed94bd90b1674d92bf2f
treef4e2df37b62a1e7ca0c28d55211ca5f2e9692d21
parent073e3bc9e5226bc0df9280bc62899cd464ca889c
Moved hrgnUpdate from client to window coordinates, made nonclient
painting depend on the update region, reworked SetWindowPos() and
RedrawWindow() to speed up update region calculation, made -desktop
work properly, added WM_CANCELMODE here and there, fixed several
window activation bugs that crept in since the last time.
23 files changed:
controls/menu.c
include/region.h
include/ts_xf86vmode.h
include/ts_xutil.h
include/ttydrv.h
include/win.h
include/x11drv.h
objects/region.c
tools/make_X11wrappers
tsx11/X11_calls
tsx11/ts_xf86vmode.c
tsx11/ts_xutil.c
windows/dce.c
windows/nonclient.c
windows/painting.c
windows/scroll.c
windows/ttydrv/init.c
windows/ttydrv/wnd.c
windows/win.c
windows/winpos.c
windows/x11drv/event.c
windows/x11drv/init.c
windows/x11drv/wnd.c