James Tabor
72f115d6ed
[NtGDI] Set owner after changing object type.
2021-09-27 23:49:35 -05:00
James Tabor
970344bd16
[Win32SS|GDI] Implement seldom used API and update types for local DC's.
...
Two working in house application require these API. Known as FolCOL and Reach.
2021-09-25 11:57:26 -05:00
Timo Kreuzer
00cfa8aac2
[WIN32K] Fix an ASSERT to ignore the upper 32 bits of a passed in GDI handle
2020-11-07 18:34:10 +01:00
Victor Perevertkin
5c7ce4475e
[REACTOS] Cleanup INIT and some PAGE section allocations
...
- Change INIT_FUNCTION and INIT_SECTION to CODE_SEG("INIT") and DATA_SEG("INIT") respectively
- Remove INIT_FUNCTION from function prototypes
- Remove alloc_text pragma calls as they are not needed anymore
2020-11-02 21:45:31 +03:00
Hervé Poussineau
ae5d2dbb9e
[WIN32K] Add some static specifiers, to prevent exporting FORCEINLINE function outside compilation unit
2020-03-26 16:39:16 +01:00
jimtabor
da264743e1
[Win32SS] Support Clipboard Metafile
...
Major fix ups and plugging in missing code changes. Handle code is from
another project currently being developed for ReactOS.
See CORE-12143
2019-05-31 21:44:17 -05:00
Katayama Hirofumi MZ
23ad2173f2
[WIN32SS][NTGDI] Fix wrong IN/OUT ( #1539 )
2019-04-28 17:24:57 +02:00
Timo Kreuzer
2d9c88e0c5
[WIN32K] Fix 64 bit issues ( #420 )
...
- Fix ULONG/SIZE_T issues
- Use LOWORD/HIWORD
- Change a struct member to HANDLE
- Implement lstrlenW helper function
2018-03-18 15:53:52 +01:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00