Moved most of the implementation of SetWindowPos and SetDrawable into
commit9ae0fe54b0600f01594ba43be239c87f21d3e081
authorAlexandre Julliard <julliard@winehq.org>
Tue, 24 Apr 2001 23:28:52 +0000 (24 23:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Apr 2001 23:28:52 +0000 (24 23:28 +0000)
treeea94c33c943d2ac66294b36358b985c02935d16f
parent56a45b2049dcb9e85930e8c3289f1cfcc5778617
Moved most of the implementation of SetWindowPos and SetDrawable into
the user driver, and the corresponding code into the dlls/x11drv
directory. Moved a few functions out of the window driver into the
user driver. Plus a few related cleanups.
29 files changed:
dlls/ttydrv/dc.c
dlls/ttydrv/ttydrv.h
dlls/ttydrv/ttydrv.spec
dlls/ttydrv/user.c
dlls/ttydrv/wnd.c
dlls/user/user_main.c
dlls/x11drv/Makefile.in
dlls/x11drv/window.c [new file with mode: 0644]
dlls/x11drv/winpos.c [new file with mode: 0644]
dlls/x11drv/x11drv.spec
include/dce.h
include/message.h
include/user.h
include/win.h
include/winpos.h
include/x11drv.h
windows/Makefile.in
windows/dce.c
windows/defwnd.c
windows/event.c [deleted file]
windows/focus.c
windows/message.c
windows/painting.c
windows/scroll.c
windows/win.c
windows/winpos.c
windows/x11drv/event.c
windows/x11drv/keyboard.c
windows/x11drv/wnd.c