forget remove struct _SURFACEALIGNMENT for it have been move to right header dmemmgr.h

svn path=/trunk/; revision=18467
This commit is contained in:
Magnus Olsen 2005-10-15 09:10:57 +00:00
parent d00889ce26
commit 42ce928624

View file

@ -1026,22 +1026,7 @@ typedef struct _STROBJ {
LPWSTR pwszOrg;
} STROBJ;
typedef struct _SURFACEALIGNMENT {
union {
struct {
DWORD dwStartAlignment;
DWORD dwPitchAlignment;
DWORD dwReserved1;
DWORD dwReserved2;
} Linear;
struct {
DWORD dwXAlignment;
DWORD dwYAlignment;
DWORD dwReserved1;
DWORD dwReserved2;
} Rectangular;
};
} SURFACEALIGNMENT, *LPSURFACEALIGNMENT;
/* SURFOBJ.iType constants */
#define STYPE_BITMAP 0L