From b10a7debe3f3826a25fb0daf55c8cc52480c4d0c Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 22 Jul 2008 11:24:56 +0000 Subject: [PATCH] - PFN_DrvMovePanning type is not part of DDK/WDK's winddi.h, so it shouldn't have been added to ReactOS DDK as well. Move it to ntgdityp.h. svn path=/trunk/; revision=34679 --- reactos/include/ddk/winddi.h | 6 ------ reactos/include/reactos/win32k/ntgdityp.h | 8 +++++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/reactos/include/ddk/winddi.h b/reactos/include/ddk/winddi.h index 751ae992dd6..84f4d37431b 100644 --- a/reactos/include/ddk/winddi.h +++ b/reactos/include/ddk/winddi.h @@ -3818,12 +3818,6 @@ typedef BOOL IN POINTL *pptlBrushOrg, IN MIX mix); -typedef VOID -(APIENTRY *PFN_DrvMovePanning)( - IN LONG x, - IN LONG y, - IN FLONG fl); - typedef BOOL (APIENTRY *PFN_DrvPlgBlt)( IN SURFOBJ *psoTrg, diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index 56ea628e092..08987867200 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -568,7 +568,13 @@ typedef BOOL (NTAPI *PGD_GRADIENTFILL)(SURFOBJ*, CLIPOBJ*, XLATEOBJ*, TRIVERTEX* typedef VOID (NTAPI *PGD_SYNCHRONIZESURFACE)(SURFOBJ*, RECTL *, FLONG); // -// Most of these are definded in ddk/winddi.h +// Declarations missing in ddk/winddi.h +// +typedef VOID (APIENTRY *PFN_DrvMovePanning)(LONG, LONG, FLONG); + + +// +// Most of these are defined in ddk/winddi.h // typedef struct _DRIVER_FUNCTIONS {