Tie windows and thread input structures to a specific desktop.
commit5ad90c0f37b071905e93d34de7abaef4f767d0a0
authorAlexandre Julliard <julliard@winehq.org>
Mon, 11 Jul 2005 13:30:23 +0000 (11 13:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Jul 2005 13:30:23 +0000 (11 13:30 +0000)
tree4bee0c4e7aa38d3f76a8acd972e4f24c8bb405e7
parent30d06da60a10d1012bc7c4e0bdc66a13994a6c29
Tie windows and thread input structures to a specific desktop.
Support multiple desktop windows (one per desktop object).
Use the window desktop to find the window station to use for property
atoms.
server/queue.c
server/user.h
server/window.c
server/winstation.c