From 303ce930002f3bcae331e3e9291058bb0add7470 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Tue, 27 Jul 2004 11:47:10 +0000 Subject: [PATCH] remove struct _DDSCAPSEX it are allread in ddraw.h svn path=/trunk/; revision=10298 --- reactos/include/ddrawi.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reactos/include/ddrawi.h b/reactos/include/ddrawi.h index d7b2ad2d774..8bc7090026f 100644 --- a/reactos/include/ddrawi.h +++ b/reactos/include/ddrawi.h @@ -267,11 +267,7 @@ typedef struct _DDNONLOCALVIDMEMCAPS { DWORD dwNLVBRops[DD_ROP_SPACE]; } DDNONLOCALVIDMEMCAPS,*LPDDNONLOCALVIDMEMCAPS; -typedef struct _DDSCAPSEX { - DWORD dwCaps2; - DWORD dwCaps3; - DWORD dwCaps4; -} DDSCAPSEX,*LPDDSCAPSEX; + #define DDSCAPS_EXECUTEBUFFER DDSCAPS_RESERVED2 #define DDSCAPS2_VERTEXBUFFER DDSCAPS2_RESERVED1