Store a pointer to the client-side class structure in the server and
authorAlexandre Julliard <julliard@winehq.org>
Thu, 11 Dec 2003 05:34:53 +0000 (05:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Dec 2003 05:34:53 +0000 (05:34 +0000)
commitbd13ab8d78a793e92b9242554afc38818446e77a
tree7d93258587d0cfc3f3ebb85484b125601b3d75a9
parent97fc6c3a064d8866fc428584c0b7e3f7a765942d
Store a pointer to the client-side class structure in the server and
return it on create_window and destroy_class.
Only create a single instance of the desktop class for the whole
session.
Added some missing locking in the client-side class management.
dlls/user/winproc.h
include/wine/server_protocol.h
server/class.c
server/protocol.def
server/trace.c
server/user.h
server/window.c
windows/class.c
windows/win.c