Alexandre Julliard
|
4a40b2eefb
|
Store the global hooks table in the desktop object.
|
2005-07-11 18:05:50 +00:00 |
Alexandre Julliard
|
5ad90c0f37
|
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.
|
2005-07-11 13:30:23 +00:00 |
Alexandre Julliard
|
499e343d9f
|
Export the winstation and desktop structures to avoid having to write
too many accessor functions.
|
2005-07-11 10:55:53 +00:00 |
Alexandre Julliard
|
248f4b29fe
|
Store the global atom table in the process window station.
|
2005-07-07 11:29:23 +00:00 |
Alexandre Julliard
|
45128bdcdd
|
Make the clipboard information local to the process window station.
|
2005-06-29 20:13:36 +00:00 |
Alexandre Julliard
|
92fec7b67a
|
Keep track of the windows and hooks used by a thread to properly
refuse to change the thread desktop when it's in use.
|
2005-06-28 19:37:52 +00:00 |
Alexandre Julliard
|
b9b1ea9c9f
|
Added a close_handle method to the object operations, and use it to
implement registry notifications and the strange behavior of
CloseHandle on winstation/desktop handles.
|
2005-06-09 15:39:52 +00:00 |
Alexandre Julliard
|
78a3e63377
|
The desktop of a new thread should be set from the process initial
desktop, not from the parent thread.
Fixed a couple of bugs in the desktop name handling.
|
2005-06-09 12:07:12 +00:00 |
Mike McCormack
|
c61580133d
|
Include user.h in the new winstation.c to avoid a warning from
-Wmissing-declarations.
|
2005-06-09 09:43:54 +00:00 |
Alexandre Julliard
|
1bf96e09a9
|
Beginnings of support for window stations and desktops.
|
2005-06-08 18:44:50 +00:00 |