/*
* 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
*/
/*
* 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
*/
/*
* 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
/*
* 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
*/
/*
* 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
/*
* 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
/*
* 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
/*
* 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
/*
* 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
*/
/*
* 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
/*
* 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
*/
* 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>
*/
/*
* 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
*/
/*
* 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)
/*
* 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
*/
/*
* 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
* 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
*/
* 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
*/
* 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
*/
* 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
*/
* 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
*/
* 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
*/
* 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
*/
/*
* 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
*/
* 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
*/
/*
* 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
* 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
*/
* 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
* 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
*/
* 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
*/
* 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
*/
* 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
*/
* 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)
*/
* 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
*/
* 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)
*/
* 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
*/
* 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)
*/
* 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
*/
* 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)
*/
* 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
*/
* 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
*/
* 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
*/
* 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
*/
* 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:
* 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)
*/
* 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)
*/
* 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
*
*/
* 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)
*/
* 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)
*/
* 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)
*/
* 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)
*/
* 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)
*/
* 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)
*/
/*
* 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:
*/
/*
* 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:
*/
/*
* 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:
*/
/*
* 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.
/*
* 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
*/
/*
* 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
*/
/*
* 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
*/
/*
* 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
*/
/*
* 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: ...
*/
/*
* 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: ...
*/
/*
* 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: ...
*/
* 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
*/
/*
* 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
* 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:
*/
* 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
*/
/*
* 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:
*/
/*
* 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
*/
/*
* 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:
*/
/*
* 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:
*/
/*
* 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:
*/
/*
* 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)
*/
/*
* 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)
*/
/*
* 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)
*/
/*
- * 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
/*
* 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)
*/
* 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
* 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
* 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
* 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>
*/
* 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)
*/
* 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)
*/
* 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.
* 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.
* 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)
*/
* 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
*/
* 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
/*
* PROJECT: ReactOS Win32k subsystem
* LICENSE: GPL - See COPYING in the top level directory
- * FILE: subsystems/win32/win32k/ntuser/kbdlayout.c
+ * FILE: win32ss/user/ntuser/kbdlayout.c
* PURPOSE: Keyboard layout management
* COPYRIGHT: Copyright 2007 Saveliy Tretiakov
* Copyright 2008 Colin Finck
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Menus
- * FILE: subsys/win32k/ntuser/menu.c
+ * FILE: win32ss/user/ntuser/menu.c
* PROGRAMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Win32k subsystem
* PURPOSE: Window classes
- * FILE: subsystems/win32/win32k/ntuser/metric.c
+ * FILE: win32ss/user/ntuser/metric.c
* PROGRAMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
* Timo Kreuzer (timo.kreuzer@reactos.org)
*/
* COPYRIGHT: GPL, see COPYING in the top level directory
* PROJECT: ReactOS win32 kernel mode subsystem server
* PURPOSE: File access support routines
- * FILE: subsystem/win32/win32k/misc/registry.c
+ * FILE: win32ss/user/ntuser/misc/file.c
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
* COPYRIGHT: GPL, see COPYING in the top level directory
* PROJECT: ReactOS win32 kernel mode subsystem server
* PURPOSE: Registry loading and storing
- * FILE: subsystem/win32/win32k/misc/registry.c
+ * FILE: win32ss/user/ntuser/misc/registry.c
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
/*
* PROJECT: ReactOS win32k.sys
- * FILE: subsystems/win32/win32k/misc/rtlstr.c
+ * FILE: win32ss/user/ntuser/misc/rtlstr.c
* PURPOSE: Large Strings
* PROGRAMMER:
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Mouse functions
- * FILE: subsystems/win32/win32k/ntuser/input.c
+ * FILE: win32ss/user/ntuser/mouse.c
* PROGRAMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* Rafal Harabien (rafalh@reactos.org)
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: User handle manager
- * FILE: subsystems/win32/win32k/ntuser/object.c
+ * FILE: win32ss/user/ntuser/object.c
* PROGRAMER: Copyright (C) 2001 Alexandre Julliard
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Scrollbars
- * FILE: subsys/win32k/ntuser/scrollbar.c
+ * FILE: win32ss/user/ntuser/scrollbar.c
* PROGRAMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
* Jason Filby (jasonfilby@yahoo.com)
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Session stuff
- * FILE: subsys/win32k/ntuser/session.c
+ * FILE: win32ss/user/ntuser/session.c
* PROGRAMER: Gunnar
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Win32k subsystem
* PURPOSE: Shutdown routines
- * FILE: subsystems/win32/win32k/ntuser/shutdown.c
+ * FILE: win32ss/user/ntuser/shutdown.c
* PROGRAMER: Hermes Belusca
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: NtUserCallXxx call stubs
- * FILE: subsystem/win32/win32k/ntuser/simplecall.c
+ * FILE: win32ss/user/ntuser/simplecall.c
* PROGRAMER: Ge van Geldorp (ge@gse.nl)
*/
* COPYRIGHT: GPL, see COPYING in the top level directory
* PROJECT: ReactOS win32 kernel mode subsystem server
* PURPOSE: System parameters functions
- * FILE: subsystems/win32/win32k/ntuser/sysparams.c
+ * FILE: win32ss/user/ntuser/sysparams.c
* PROGRAMER: Timo Kreuzer (timo.kreuzer@reactos.org)
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Window timers messages
- * FILE: subsystems/win32/win32k/ntuser/timer.c
+ * FILE: win32ss/user/ntuser/timer.c
* PROGRAMER: Gunnar
* Thomas Weidenmueller (w3seek@users.sourceforge.net)
* Michael Martin (michael.martin@reactos.org)
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: User Atom helper routines
- * FILE: subsys/win32k/ntuser/useratom.c
+ * FILE: win32ss/user/ntuser/useratom.c
* PROGRAMER: Filip Navara <xnavara@volny.cz>
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Visibility computations
- * FILE: subsys/win32k/ntuser/vis.c
+ * FILE: win32ss/user/ntuser/vis.c
* PROGRAMMER: Ge van Geldorp (ge@gse.nl)
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Win32k subsystem
* PURPOSE: Visibility computations interface definition
- * FILE: include/win32k/vis.h
+ * FILE: win32ss/user/ntuser/vis.h
* PROGRAMMER: Ge van Geldorp (ge@gse.nl)
*
*/
/*
* PROJECT: ReactOS Win32k subsystem
* LICENSE: GPL - See COPYING in the top level directory
- * FILE: subsystems/win32/win32k/ntuser/windc.c
+ * FILE: win32ss/user/ntuser/windc.c
* PURPOSE: Window DC management
* COPYRIGHT: Copyright 2007 ReactOS Team
*/
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* PURPOSE: Windows
- * FILE: win32ss/user/ntuser/window.c
+ * FILE: win32ss/user/ntuser/winpos.c
* PROGRAMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
*/