Alexandre Julliard
|
8fd26b9134
|
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
don't need to access windows of other processes.
|
2001-10-15 17:56:45 +00:00 |
Alexandre Julliard
|
80593bf842
|
Removed next and child fields in the window structure and use
WIN_ListChildren instead.
|
2001-10-11 20:49:40 +00:00 |
Alexandre Julliard
|
f44bbb8d10
|
Make sure that HWND comparisons are always done with full 32-bit
handles.
|
2001-09-14 00:24:39 +00:00 |
Alexandre Julliard
|
8ffcf755fe
|
Fixed region leak.
|
2001-06-20 00:18:48 +00:00 |
Alexandre Julliard
|
dc4fe7735b
|
Create an X window for every window, including children.
Fixed non-client rectangle calculations in managed mode.
Added support for icon window in managed mode.
|
2001-06-04 21:55:17 +00:00 |