mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
[WIN32K]
fix some file headers and typos svn path=/trunk/; revision=68094
This commit is contained in:
parent
5765e6951a
commit
d4365a1beb
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Bit blit functions
|
||||
* FILE: subsys/win32k/objects/bitblt.c
|
||||
* FILE: win32ss/gdi/ntgdi/bitblt.c
|
||||
* PROGRAMER: Unknown
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Bitmap functions
|
||||
* FILE: subsys/win32k/objects/bitmaps.c
|
||||
* FILE: win32ss/gdi/ntgdi/bitmaps.c
|
||||
* PROGRAMER: Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Clip region functions
|
||||
* FILE: subsystems/win32/win32k/objects/cliprgn.c
|
||||
* FILE: win32ss/gdi/ntgdi/cliprgn.c
|
||||
* PROGRAMER: Unknown
|
||||
*/
|
||||
|
||||
|
|
|
@ -2387,7 +2387,7 @@ IntSysCreateRectpRgn(
|
|||
{
|
||||
PREGION prgn;
|
||||
|
||||
/* Allocate a region, witout a handle */
|
||||
/* Allocate a region, without a handle */
|
||||
prgn = (PREGION)GDIOBJ_AllocateObject(GDIObjType_RGN_TYPE, sizeof(REGION), BASEFLAG_LOOKASIDE);
|
||||
if (prgn == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue