mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69871
This commit is contained in:
parent
04d16609e0
commit
9f8c4e2628
119 changed files with 119 additions and 119 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/stretchblt.c
|
||||
* FILE: win32ss/gdi/dib/alphablend.c
|
||||
* PURPOSE: AlphaBlend implementation suitable for all bit depths
|
||||
* PROGRAMMERS: Jérôme Gardou
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib.c
|
||||
* FILE: win32ss/gdi/dib/dib.c
|
||||
* PURPOSE: ROP handling, function pointer arrays, misc
|
||||
* PROGRAMMERS: Ge van Geldorp
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib16bpp.c
|
||||
* FILE: win32ss/gdi/dib/dib16bpp.c
|
||||
* PURPOSE: Device Independant Bitmap functions, 16bpp
|
||||
* PROGRAMMERS: Jason Filby
|
||||
* Thomas Bluemel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib1bpp.c
|
||||
* FILE: win32ss/gdi/dib/dib1bpp.c
|
||||
* PURPOSE: Device Independant Bitmap functions, 1bpp
|
||||
* PROGRAMMERS: Jason Filby
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib24bpp.c
|
||||
* FILE: win32ss/gdi/dib/dib24bpp.c
|
||||
* PURPOSE: Device Independant Bitmap functions, 24bpp
|
||||
* PROGRAMMERS: Jason Filby
|
||||
* Thomas Bluemel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib24bppc.c
|
||||
* FILE: win32ss/gdi/dib/dib24bppc.c
|
||||
* PURPOSE: C language equivalents of asm optimised 24bpp functions
|
||||
* PROGRAMMERS: Jason Filby
|
||||
* Magnus Olsen
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib32bpp.c
|
||||
* FILE: win32ss/gdi/dib/dib32bpp.c
|
||||
* PURPOSE: Device Independant Bitmap functions, 32bpp
|
||||
* PROGRAMMERS: Jason Filby
|
||||
* Thomas Bluemel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib32bppc.c
|
||||
* FILE: win32ss/gdi/dib/dib32bppc.c
|
||||
* PURPOSE: C language equivalents of asm optimised 32bpp functions
|
||||
* PROGRAMMERS: Jason Filby
|
||||
* Magnus Olsen
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib4bpp.c
|
||||
* FILE: win32ss/gdi/dib/dib4bpp.c
|
||||
* PURPOSE: Device Independant Bitmap functions, 4bpp
|
||||
* PROGRAMMERS: Jason Filby
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib8bpp.c
|
||||
* FILE: win32ss/gdi/dib/dib8bpp.c
|
||||
* PURPOSE: Device Independant Bitmap functions, 8bpp
|
||||
* PROGRAMMERS: Jason Filby
|
||||
* Thomas Bluemel
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/dib.c
|
||||
* FILE: win32ss/gdi/dib/dib_new.c
|
||||
* PURPOSE: ROP handling, function pointer arrays, misc
|
||||
* PROGRAMMERS: Ge van Geldorp
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS win32 subsystem
|
||||
* PURPOSE: Flood filling support
|
||||
* FILE: subsystems/win32/win32k/dib/floodfill.c
|
||||
* FILE: win32ss/gdi/dib/floodfill.c
|
||||
* PROGRAMMER: Gregor Schneider, <grschneider AT gmail DOT com>
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/i386/dib24bpp_hline.c
|
||||
* FILE: win32ss/gdi/dib/i386/dib24bpp_hline.s
|
||||
* PURPOSE: ASM optimised 24bpp HLine
|
||||
* PROGRAMMERS: Magnus Olsen
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.c
|
||||
* FILE: win32ss/gdi/dib/i386/dib32bpp_colorfill.s
|
||||
* PURPOSE: ASM optimised 32bpp ColorFill
|
||||
* PROGRAMMERS: Magnus Olsen
|
||||
* Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/i386/dib32bpp_hline.c
|
||||
* FILE: win32ss/gdi/dib/i386/dib32bpp_hline.s
|
||||
* PURPOSE: ASM optimised 32bpp HLine
|
||||
* PROGRAMMERS: Magnus Olsen
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/dib/stretchblt.c
|
||||
* FILE: win32ss/gdi/dib/stretchblt.c
|
||||
* PURPOSE: StretchBlt implementation suitable for all bit depths
|
||||
* PROGRAMMERS: Magnus Olsen
|
||||
* Evgeniy Boltik
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI alpha blending functions
|
||||
* FILE: subsystems/win32/win32k/eng/alphablend.c
|
||||
* FILE: win32ss/gdi/eng/alphablend.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: GDI BitBlt Functions
|
||||
* FILE: subsystems/win32/win32k/eng/bitblt.c
|
||||
* FILE: win32ss/gdi/eng/bitblt.c
|
||||
* PROGRAMER: Jason Filby
|
||||
* Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Clipping Functions
|
||||
* FILE: subsystems/win32/win32k/eng/clip.c
|
||||
* FILE: win32ss/gdi/eng/clip.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI EngCopyBits Function
|
||||
* FILE: subsys/win32k/eng/copybits.c
|
||||
* FILE: win32ss/gdi/eng/copybits.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE:
|
||||
* FILE: subsys/win32k/eng/debug.c
|
||||
* FILE: win32ss/gdi/eng/debug.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Device Functions
|
||||
* FILE: subsys/win32k/eng/device.c
|
||||
* FILE: win32ss/gdi/eng/device.c
|
||||
* PROGRAMER: Jason Filby
|
||||
* Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: GPL, see COPYING in the top level directory
|
||||
* PROJECT: ReactOS win32 kernel mode sunsystem
|
||||
* PURPOSE: GDI DRIVEROBJ Functions
|
||||
* FILE: subsystems/win32k/eng/driverobj.c
|
||||
* FILE: win32ss/gdi/eng/driverobj.c
|
||||
* PROGRAMER: Timo Kreuzer
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: Win32 subsystem
|
||||
* LICENSE: GNU GPL, see COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/eng/ddidbg.c
|
||||
* FILE: win32ss/gdi/eng/drvdbg.c
|
||||
* PURPOSE: Debug hooks for display driver callbacks
|
||||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Brush Functions
|
||||
* FILE: subsystem/win32/win32k/eng/engbrush.c
|
||||
* FILE: win32ss/gdi/eng/engbrush.c
|
||||
* PROGRAMER: Jason Filby
|
||||
* Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Win32K
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: subsystems/win32/win32k/eng/engevent.c
|
||||
* FILE: win32ss/gdi/eng/engevent.c
|
||||
* PURPOSE: Event Support Routines
|
||||
* PROGRAMMERS: Aleksey Bragin <aleksey@reactos.org>
|
||||
* ReactOS Portable Systems Group
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: ENG misc Functions
|
||||
* FILE: subsystems/win32/win32k/eng/engmisc.c
|
||||
* FILE: win32ss/gdi/eng/engmisc.c
|
||||
* PROGRAMER: ReactOS Team
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Internal Objects
|
||||
* FILE: subsystem/win32/win32k/eng/objects.h
|
||||
* FILE: win32ss/gdi/eng/engobjects.h
|
||||
* PROGRAMER: Jason Filby
|
||||
* REVISION HISTORY:
|
||||
* 21/8/1999: Created
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI WNDOBJ Functions
|
||||
* FILE: subsystems/win32/win32k/eng/engwindow.c
|
||||
* FILE: win32ss/gdi/eng/engwindow.c
|
||||
* PROGRAMER: Gregor Anich
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Engine floating point functions
|
||||
* FILE: subsys/win32k/eng/float.c
|
||||
* FILE: win32ss/gdi/eng/float.c
|
||||
* PROGRAMER: David Welch
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Gradient Functions
|
||||
* FILE: subsys/win32k/eng/gradient.c
|
||||
* FILE: win32ss/gdi/eng/gradient.c
|
||||
* PROGRAMER: Thomas Weidenmueller
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: LGPL, see LGPL.txt in the top level directory
|
||||
* PROJECT: ReactOS Win32 subsystem
|
||||
* PURPOSE: FLOATOBJ floating point emulation functions for x86
|
||||
* FILE: subsystems/win32/win32k/objects/i386/floatobj.S
|
||||
* FILE: win32ss/gdi/eng/i386/floatobj.S
|
||||
* PROGRAMMER: Timo Kreuzer
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Support for logical devices
|
||||
* FILE: subsystems/win32/win32k/eng/ldevobj.c
|
||||
* FILE: win32ss/gdi/eng/ldevobj.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Line functions
|
||||
* FILE: subsystems/win32/win32k/eng/lineto.c
|
||||
* FILE: win32ss/gdi/eng/lineto.c
|
||||
* PROGRAMER: ReactOS Team
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Functions for mapping files and sections
|
||||
* FILE: subsys/win32k/eng/device.c
|
||||
* FILE: win32ss/gdi/eng/mapping.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Memory Management Functions
|
||||
* FILE: subsys/win32k/eng/mem.c
|
||||
* FILE: win32ss/gdi/eng/mem.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS win32 subsystem
|
||||
* PURPOSE: Mouse pointer functions
|
||||
* FILE: subsystems/win32k/eng/mouse.c
|
||||
* FILE: win32ss/gdi/eng/mouse.c
|
||||
* PROGRAMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Paint Functions
|
||||
* FILE: subsys/win32k/eng/paint.c
|
||||
* FILE: win32ss/gdi/eng/paint.c
|
||||
* PROGRAMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
* Jason Filby
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Support for physical devices
|
||||
* FILE: subsystems/win32/win32k/eng/pdevobj.c
|
||||
* FILE: win32ss/gdi/eng/pdevobj.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Performance Counter Functions
|
||||
* FILE: subsys/win32k/eng/perfcnt.c
|
||||
* FILE: win32ss/gdi/eng/perfcnt.c
|
||||
* PROGRAMER: Ge van Geldorp
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: RLE compression
|
||||
* FILE: subsystems/win32k/eng/rlecomp.c
|
||||
* FILE: win32ss/gdi/eng/rlecomp.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS win32 subsystem
|
||||
* PURPOSE:
|
||||
* FILE: subsystems/win32k/eng/sort.c
|
||||
* FILE: win32ss/gdi/eng/sort.c
|
||||
* PROGRAMER: ReactOS Team
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: GDI stretch blt functions
|
||||
* FILE: subsystems/win32/win32k/eng/stretchblt.c
|
||||
* FILE: win32ss/gdi/eng/stretchblt.c
|
||||
* PROGRAMER: Jason Filby
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI Driver Surace Functions
|
||||
* FILE: subsys/win32k/eng/surface.c
|
||||
* FILE: win32ss/gdi/eng/surface.c
|
||||
* PROGRAMERS: Jason Filby
|
||||
* Timo Kreuzer
|
||||
* TESTING TO BE DONE:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GDI TransparentBlt Function
|
||||
* FILE: subsys/win32k/eng/transblt.c
|
||||
* FILE: win32ss/gdi/eng/transblt.c
|
||||
* PROGRAMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: GDI Color Translation Functions
|
||||
* FILE: subsystems/win32/win32k/eng/xlate.c
|
||||
* FILE: win32ss/gdi/eng/xlateobj.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: XLATEOBJ structures and functions
|
||||
* FILE: subsystem/win32/win32k/eng/objects.h
|
||||
* FILE: win32ss/gdi/eng/xlateobj.h
|
||||
* PROGRAMER: Timo Kreuzer
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: GNU GPL, See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Coordinate systems
|
||||
* FILE: subsystems/win32/win32k/objects/coord.c
|
||||
* FILE: win32ss/gdi/ntgdi/coord.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@rectos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Functions for creation and destruction of DCs
|
||||
* FILE: subsystem/win32/win32k/objects/dcattr.c
|
||||
* FILE: win32ss/gdi/ntgdi/dcattr.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@rectos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Functions for creation and destruction of DCs
|
||||
* FILE: subsystem/win32/win32k/objects/dclife.c
|
||||
* FILE: win32ss/gdi/ntgdi/dclife.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@rectos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Functions for creation and destruction of DCs
|
||||
* FILE: subsystems/win32/win32k/objects/dcobjs.c
|
||||
* FILE: win32ss/gdi/ntgdi/dcobjs.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@rectos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Functions for saving and restoring dc states
|
||||
* FILE: subsystems/win32/win32k/objects/dcstate.c
|
||||
* FILE: win32ss/gdi/ntgdi/dcstate.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@rectos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Functions for creation and destruction of DCs
|
||||
* FILE: subsystem/win32/win32k/objects/device.c
|
||||
* FILE: win32ss/gdi/ntgdi/device.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@rectos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/dibobj.c
|
||||
* FILE: win32ss/gdi/ntgdi/dibobj.c
|
||||
* PURPOSE: Dib object functions
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/fillshap.c
|
||||
* FILE: win32ss/gdi/ntgdi/fillshap.c
|
||||
* PURPOSE: fillshap
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/font.c
|
||||
* FILE: win32ss/gdi/ntgdi/font.c
|
||||
* PURPOSE: Font
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/freetype.c
|
||||
* FILE: win32ss/gdi/ntgdi/freetype.c
|
||||
* PURPOSE: FreeType font engine interface
|
||||
* PROGRAMMER: Copyright 2001 Huw D M Davies for CodeWeavers.
|
||||
* Copyright 2006 Dmitry Timoshkov for CodeWeavers.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/gdidbg.c
|
||||
* FILE: win32ss/gdi/ntgdi/gdidbg.c
|
||||
* PURPOSE: Special debugging functions for GDI
|
||||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: win32ss/gdi/ntgdi/gdikdbgext.x
|
||||
* FILE: win32ss/gdi/ntgdi/gdikdbgext.c
|
||||
* PURPOSE: KDBG extension for GDI
|
||||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/gdiobj.c
|
||||
* FILE: win32ss/gdi/ntgdi/gdiobj.c
|
||||
* PURPOSE: General GDI object manipulation routines
|
||||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/gdipool.c
|
||||
* FILE: win32ss/gdi/ntgdi/gdipool.c
|
||||
* PURPOSE: Static size allocator for user mode object attributes
|
||||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Win32k Subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: win32k/objects/icm.c
|
||||
* FILE: win32ss/gdi/ntgdi/icm.c
|
||||
* PURPOSE: Icm functions
|
||||
* PROGRAMMERS: ...
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Win32k Subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: win32k/objects/line.c
|
||||
* FILE: win32ss/gdi/ntgdi/line.c
|
||||
* PURPOSE: Line functions
|
||||
* PROGRAMMERS: ...
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Win32k Subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: win32k/objects/metafile.c
|
||||
* FILE: win32ss/gdi/ntgdi/metafile.c
|
||||
* PURPOSE: Metafile Implementation
|
||||
* PROGRAMMERS: ...
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: GDI Palette Functions
|
||||
* FILE: subsystems/win32/win32k/objects/palette.c
|
||||
* FILE: win32ss/gdi/ntgdi/palette.c
|
||||
* PROGRAMERS: Jason Filby
|
||||
* Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/path.c
|
||||
* FILE: win32ss/gdi/ntgdi/path.c
|
||||
* PURPOSE: Graphics paths (BeginPath, EndPath etc.)
|
||||
* PROGRAMMER: Copyright 1997, 1998 Martin Boehme
|
||||
* 1999 Huw D M Davies
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Pen functiona
|
||||
* FILE: subsys/win32k/objects/pen.c
|
||||
* FILE: win32ss/gdi/ntgdi/pen.c
|
||||
* PROGRAMER:
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Various Polygon Filling routines for Polygon()
|
||||
* FILE: subsystems/win32/win32k/objects/polyfill.c
|
||||
* FILE: win32ss/gdi/ntgdi/polyfill.c
|
||||
* PROGRAMER: Mark Tempel
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/print.c
|
||||
* FILE: win32ss/gdi/ntgdi/print.c
|
||||
* PURPOSE: Print functions
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/rect.c
|
||||
* FILE: win32ss/gdi/ntgdi/rect.c
|
||||
* PURPOSE: Rect functions
|
||||
* PROGRAMMER: Timo Kreuzer
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/stockobj.c
|
||||
* FILE: win32ss/gdi/ntgdi/stockobj.c
|
||||
* PURPOSE: Stock objects functions
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/text.c
|
||||
* FILE: win32ss/gdi/ntgdi/text.c
|
||||
* PURPOSE: Text/Font
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS win32 kernel mode subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/objects/wingl.c
|
||||
* FILE: win32ss/gdi/ntgdi/wingl.c
|
||||
* PURPOSE: WinGL API
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32 Graphical Subsystem (WIN32K)
|
||||
* FILE: include/win32k/ntgdihal.h
|
||||
* FILE: win32ss/include/ntgdihdl.h
|
||||
* PURPOSE: Win32 Shared GDI Handle/Object Types
|
||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32 Graphical Subsystem (WIN32K)
|
||||
* FILE: include/win32k/ntgdityp.h
|
||||
* FILE: win32ss/include/ntgdityp.h
|
||||
* PURPOSE: Win32 Shared GDI Types for NtGdi*
|
||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32 Graphical Subsystem (WIN32K)
|
||||
* FILE: include/win32k/ntusrtyp.h
|
||||
* FILE: win32ss/include/ntusrtyp.h
|
||||
* PURPOSE: Win32 Shared USER Types for NtUser*
|
||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* FILE: subsystems/win32/win32k/include/napi.h
|
||||
* FILE: win32ss/napi.h
|
||||
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
||||
* PURPOSE: System Call Table for Native API
|
||||
* PROGRAMMER: Timo Kreuzer
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native driver for dxg implementation
|
||||
* FILE: drivers/directx/dxg/main.c
|
||||
* FILE: win32ss/reactx/dxapi/main.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 15/10-2007 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native driver for dxg implementation
|
||||
* FILE: drivers/directx/dxg/ddhmg.c
|
||||
* FILE: win32ss/reactx/dxg/ddhmg.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 30/12-2007 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native driver for dxg implementation
|
||||
* FILE: drivers/directx/dxg/main.c
|
||||
* FILE: win32ss/reactx/dxg/eng.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 30/12-2007 Magnus Olsen
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native driver for dxg implementation
|
||||
* FILE: drivers/directx/dxg/main.c
|
||||
* FILE: win32ss/reactx/dxg/historic.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 15/10-2007 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native driver for dxg implementation
|
||||
* FILE: drivers/directx/dxg/main.c
|
||||
* FILE: win32ss/reactx/dxg/main.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 15/10-2007 Magnus Olsen
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native driver for dxg implementation
|
||||
* FILE: drivers/directx/dxg/main.c
|
||||
* FILE: win32ss/reactx/dxgthk/main.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 15/10-2007 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/d3d.c
|
||||
* FILE: win32ss/reactx/ntddraw/d3d.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 19/1-2006 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/dd.c
|
||||
* FILE: win32ss/reactx/ntddraw/dd.c
|
||||
* PROGRAMER: Magnus Olsen (greatlord@reactos.org)
|
||||
* REVISION HISTORY:
|
||||
* 19/1-2006 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/ddraw.c
|
||||
* FILE: win32ss/reactx/ntddraw/ddraw.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 19/1-2006 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/ddsurf.c
|
||||
* FILE: win32ss/reactx/ntddraw/ddsurf.c
|
||||
* PROGRAMER: Magnus Olsen (greatlord@reactos.org)
|
||||
* REVISION HISTORY:
|
||||
* 19/7-2006 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/dvp.c
|
||||
* FILE: win32ss/reactx/ntddraw/dvp.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 19/1-2006 Magnus Olsen
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Win32 Subsystem
|
||||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: subsystems/win32/win32k/ntddraw/dxeng.c
|
||||
* FILE: win32ss/reactx/ntddraw/dxeng.c
|
||||
* PURPOSE: Implementation of DxEng functions
|
||||
* PROGRAMMERS: Magnus Olsen (magnus@greatlord.com)
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/eng.c
|
||||
* FILE: win32ss/reactx/ntddraw/eng.c
|
||||
* PROGRAMER: Magnus olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 19/1-2006 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Native DirectDraw implementation
|
||||
* FILE: subsystems/win32/win32k/ntddraw/mocomp.c
|
||||
* FILE: win32ss/reactx/ntddraw/mocomp.c
|
||||
* PROGRAMER: Magnus Olsen (magnus@greatlord.com)
|
||||
* REVISION HISTORY:
|
||||
* 19/1-2006 Magnus Olsen
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Window accelerator
|
||||
* FILE: subsystems/win32/win32k/ntuser/accelerator.c
|
||||
* FILE: win32ss/user/ntuser/accelerator.c
|
||||
* PROGRAMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* Copyright 1993 Martin Ayotte
|
||||
* Copyright 1994 Alexandre Julliard
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Callproc support
|
||||
* FILE: subsystems/win32/win32k/ntuser/callproc.c
|
||||
* FILE: win32ss/user/ntuser/callproc.c
|
||||
* PROGRAMER: Thomas Weidenmueller <w3seek@reactos.com>
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Caret functions
|
||||
* FILE: subsystems/win32/win32k/ntuser/caret.c
|
||||
* FILE: win32ss/user/ntuser/caret.c
|
||||
* PROGRAMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Console support functions for CONSRV
|
||||
* FILE: subsystems/win32/win32k/ntuser/console.c
|
||||
* FILE: win32ss/user/ntuser/console.c
|
||||
* PROGRAMMER: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Interface between Win32k and USERSRV
|
||||
* FILE: subsystems/win32/win32k/ntuser/csr.c
|
||||
* FILE: win32ss/user/ntuser/csr.c
|
||||
* PROGRAMER: Hermes Belusca-Maito (hermes.belusca@sfr.fr), based on
|
||||
* the original code by Ge van Geldorp (ge@gse.nl) and by
|
||||
* the CSR code in NTDLL.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Interface between Win32k and USERSRV
|
||||
* FILE: subsystems/win32/win32k/ntuser/csr.h
|
||||
* FILE: win32ss/user/ntuser/csr.h
|
||||
* PROGRAMER: Hermes Belusca-Maito (hermes.belusca@sfr.fr), based on
|
||||
* the original code by Ge van Geldorp (ge@gse.nl) and by
|
||||
* the CSR code in NTDLL.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Video initialization and display settings
|
||||
* FILE: subsystems/win32/win32k/ntuser/display.c
|
||||
* FILE: win32ss/user/ntuser/display.c
|
||||
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Win32k subsystem
|
||||
* PURPOSE: Focus functions
|
||||
* FILE: subsystems/win32/win32k/ntuser/focus.c
|
||||
* FILE: win32ss/user/ntuser/focus.c
|
||||
* PROGRAMER: ReactOS Team
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: GUI state check
|
||||
* FILE: subsys/win32k/ntuser/guicheck.c
|
||||
* FILE: win32ss/user/ntuser/guicheck.c
|
||||
* PROGRAMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* NOTES: The GuiCheck() function performs a few delayed operations:
|
||||
* 1) A GUI process is assigned a window station
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue