mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 03:43:44 +00:00
[DIRECTX] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69372
This commit is contained in:
parent
f491eeaf59
commit
88ec65d6d7
37 changed files with 37 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS BDA Proxy
|
||||
* FILE: dll/directx/bdaplgin/classfactory.cpp
|
||||
* FILE: dll/directx/bdaplgin/bdaplgin.cpp
|
||||
* PURPOSE: ClassFactory interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS BDA Proxy
|
||||
* FILE: dll/directx/bdaplgin/classfactory.cpp
|
||||
* FILE: dll/directx/bdaplgin/devicecontrol.cpp
|
||||
* PURPOSE: ClassFactory interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS BDA Proxy
|
||||
* FILE: dll/directx/bdaplgin/classfactory.cpp
|
||||
* FILE: dll/directx/bdaplgin/pincontrol.cpp
|
||||
* PURPOSE: ClassFactory interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS BDA Proxy
|
||||
* FILE: dll/directx/bdaplgin/frequencyfilter.cpp
|
||||
* FILE: dll/directx/bdaplgin/signalstatistics.cpp
|
||||
* PURPOSE: IBDA_FrequencyFilter interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS ReactX
|
||||
* FILE: dll/directx/d3d9/d3d9_cursor.h
|
||||
* FILE: dll/directx/d3d9/d3d9_cursor.c
|
||||
* PURPOSE: d3d9.dll internal cursor methods
|
||||
* PROGRAMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS ReactX
|
||||
* FILE: dll/directx/d3d9/d3d9_haldevice.h
|
||||
* FILE: dll/directx/d3d9/d3d9_puredevice.h
|
||||
* PURPOSE: d3d9.dll internal device structures
|
||||
* PROGRAMERS: Gregor Gullwi <gbrunmar (dot) ros (at) gmail (dot) com>
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/clipper/clipper_stubs.c
|
||||
* FILE: dll/directx/ddraw/Clipper/clipper_main.c
|
||||
* PURPOSE: IDirectDrawClipper Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/clipper/clipper_stubs.c
|
||||
* FILE: dll/directx/ddraw/Clipper/clipper_stubs.c
|
||||
* PURPOSE: IDirectDrawClipper Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/color/color.c
|
||||
* FILE: dll/directx/ddraw/Color/color_stubs.c
|
||||
* PURPOSE: IDirectDrawColorControl Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/GetCaps.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/GetCaps.c
|
||||
* PURPOSE: IDirectDraw7 Implementation
|
||||
* PROGRAMMER: Magnus Olsen
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/GetDeviceIdentifier.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/GetDeviceIdentifier.c
|
||||
* PURPOSE: IDirectDraw7 Implementation
|
||||
* PROGRAMMER: Magnus Olsen
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/callbacks_dd_hel.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/callbacks_dd_hel.c
|
||||
* PURPOSE: HEL Callbacks for Direct Draw
|
||||
* PROGRAMMER: Magnus Olsen
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/ddraw_displaymode.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/ddraw_displaymode.c
|
||||
* PURPOSE: IDirectDraw7 Implementation
|
||||
* PROGRAMMER: Maarten Bosma, Magnus Olsen (add seh support)
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/ddraw_main.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/ddraw_main.c
|
||||
* PURPOSE: IDirectDraw7 Implementation
|
||||
* PROGRAMMER: Magnus Olsen, Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/ddraw_main.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/ddraw_setcooperativelevel.c
|
||||
* PURPOSE: IDirectDraw7::SetCooperativeLevel Implementation
|
||||
* PROGRAMMER: Magnus Olsen
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/ddraw/ddraw_stubs.c
|
||||
* FILE: dll/directx/ddraw/Ddraw/ddraw_stubs.c
|
||||
* PURPOSE: IDirectDraw7 Implementation
|
||||
* PROGRAMMER: Magnus Olsen, Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/gamma/gamma_stubs.c
|
||||
* FILE: dll/directx/ddraw/Gamma/gamma_stubs.c
|
||||
* PURPOSE: IDirectDrawGamma Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/kernel/kernel_stubs.c
|
||||
* FILE: dll/directx/ddraw/Kernel/kernel_stubs.c
|
||||
* PURPOSE: IDirectDrawKernel and IDirectDrawSurfaceKernel Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/surface/createsurface.c
|
||||
* FILE: dll/directx/ddraw/Palette/createpalette.c
|
||||
* PURPOSE: IDirectDrawPalette Creation
|
||||
* PROGRAMMER: Jérôme Gardou
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/Palette/palette.c
|
||||
* FILE: dll/directx/ddraw/Palette/palette.c
|
||||
* PURPOSE: IDirectDrawPalette Implementation
|
||||
* PROGRAMMER: Jérôme Gardou
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/palette/palette_stubs.c
|
||||
* FILE: dll/directx/ddraw/Palette/palette_stubs.c
|
||||
* PURPOSE: IDirectDrawPalette Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/surface/callbacks_surf_hel.c
|
||||
* FILE: dll/directx/ddraw/Surface/callbacks_surf_hel.c
|
||||
* PURPOSE: HEL Callbacks For Surface APIs
|
||||
* PROGRAMMER: Magnus Olsen
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/surface/createsurface.c
|
||||
* FILE: dll/directx/ddraw/Surface/createsurface.c
|
||||
* PURPOSE: IDirectDrawSurface Creation
|
||||
* PROGRAMMER: Magnus Olsen
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/surface/surface_main.c
|
||||
* FILE: dll/directx/ddraw/Surface/surface_main.c
|
||||
* PURPOSE: IDirectDrawSurface7 Implementation
|
||||
* PROGRAMMER: Magnus Olsen, Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/surface/surface_stubs.c
|
||||
* FILE: dll/directx/ddraw/Surface/surface_stubs.c
|
||||
* PURPOSE: IDirectDrawSurface7 Implementation
|
||||
* PROGRAMMER: Magnus Olsen, Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS DirectX
|
||||
* FILE: ddraw/videoport/videoport_stubs.c
|
||||
* FILE: dll/directx/ddraw/Videoport/videoport_stubs.c
|
||||
* PURPOSE: IDirectDrawVideoPort, DDVideoPortContainer and IDirectDrawVideoPortNotify Implementation
|
||||
* PROGRAMMER: Maarten Bosma
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: lib/ddraw/ddraw.c
|
||||
* FILE: dll/directx/ddraw/cleanup.c
|
||||
* PURPOSE: DirectDraw Library
|
||||
* PROGRAMMER: Magnus Olsen (greatlrd)
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: lib/ddraw/ddraw.c
|
||||
* FILE: dll/directx/ddraw/main.c
|
||||
* PURPOSE: DirectDraw Library
|
||||
* PROGRAMMER: Magnus Olsen (greatlrd)
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: lib/ddraw/ddraw.c
|
||||
* FILE: dll/directx/ddraw/startup.c
|
||||
* PURPOSE: DirectDraw Library
|
||||
* PROGRAMMER: Magnus Olsen (greatlrd)
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Configuration of network devices
|
||||
* FILE: dll/directx/dsound_new/secondary.c
|
||||
* FILE: dll/directx/dsound_new/property.c
|
||||
* PURPOSE: Secondary IDirectSoundBuffer8 implementation
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Network Provider for MPEG2 based networks
|
||||
* FILE: dll/directx/msdvbnp/enum_mediatypes.cpp
|
||||
* FILE: dll/directx/ksproxy/enum_mediatypes.cpp
|
||||
* PURPOSE: IEnumMediaTypes interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Network Provider for MPEG2 based networks
|
||||
* FILE: dll/directx/msdvbnp/enumpins.cpp
|
||||
* FILE: dll/directx/ksproxy/enumpins.cpp
|
||||
* PURPOSE: IEnumPins interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS WDM Streaming ActiveMovie Proxy
|
||||
* FILE: dll/directx/ksproxy/ksproxy.c
|
||||
* FILE: dll/directx/ksproxy/ksproxy.cpp
|
||||
* PURPOSE: ActiveMovie Proxy functions
|
||||
*
|
||||
* PROGRAMMERS: Dmitry Chapyshev
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS WDM Streaming ActiveMovie Proxy
|
||||
* FILE: dll/directx/ksproxy/clockforward.cpp
|
||||
* FILE: dll/directx/ksproxy/qualityforward.cpp
|
||||
* PURPOSE: IKsClockForwarder interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Network Provider for MPEG2 based networks
|
||||
* FILE: dll/directx/msdvbnp/networkprovider.cpp
|
||||
* FILE: dll/directx/msdvbnp/scanningtuner.cpp
|
||||
* PURPOSE: IScanningTunner interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS BDA Proxy
|
||||
* FILE: dll/directx/msvidctl/tuningspace.cpp
|
||||
* FILE: dll/directx/msvidctl/enumtuningspaces.cpp
|
||||
* PURPOSE: ITuningSpace interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS BDA Proxy
|
||||
* FILE: dll/directx/msvidctl/tuningspace.cpp
|
||||
* FILE: dll/directx/msvidctl/tunerequest.cpp
|
||||
* PURPOSE: ITuningRequest interface
|
||||
*
|
||||
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue