Documentation fixes.

This commit is contained in:
Patrik Stridvall 2001-08-09 21:36:39 +00:00 committed by Alexandre Julliard
parent ad9cab82a4
commit a2afd5b8ad
2 changed files with 14 additions and 3 deletions

View File

@ -14,7 +14,7 @@ DEFAULT_DEBUG_CHANNEL(psdrv);
/**********************************************************************
* ExtEscape (PSDRV.@)
* ExtEscape (WINEPS.@)
*/
INT PSDRV_ExtEscape( DC *dc, INT nEscape, INT cbInput, LPCVOID in_data,
INT cbOutput, LPVOID out_data )

View File

@ -278,9 +278,13 @@ BOOL X11DRV_XF86VM_SetGammaRamp(LPDDGAMMARAMP ramp)
#endif /* HAVE_LIBXXF86VM */
/* FIXME: should move these somewhere appropriate, but probably not before
/***********************************************************************
* GetDeviceGammaRamp (X11DRV.@)
*
* FIXME: should move to somewhere appropriate, but probably not before
* the stuff in graphics/x11drv/ has been moved to dlls/x11drv, so that
* they can include xvidmode.h directly */
* they can include xvidmode.h directly
*/
BOOL X11DRV_GetDeviceGammaRamp(DC *dc, LPVOID ramp)
{
#ifdef HAVE_LIBXXF86VM
@ -290,6 +294,13 @@ BOOL X11DRV_GetDeviceGammaRamp(DC *dc, LPVOID ramp)
#endif
}
/***********************************************************************
* SetDeviceGammaRamp (X11DRV.@)
*
* FIXME: should move to somewhere appropriate, but probably not before
* the stuff in graphics/x11drv/ has been moved to dlls/x11drv, so that
* they can include xvidmode.h directly
*/
BOOL X11DRV_SetDeviceGammaRamp(DC *dc, LPVOID ramp)
{
#ifdef HAVE_LIBXXF86VM