mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[WIN32K]
Comply with the 32 bit alignment rule. Fixes hatch brushes. svn path=/branches/reactos-yarotows/; revision=48396
This commit is contained in:
parent
c2a010f5f1
commit
7d7d9eba48
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ typedef struct _GDI_OBJ_ATTR_ENTRY
|
|||
RGN_ATTR Attr[GDIOBJATTRFREE];
|
||||
} GDI_OBJ_ATTR_ENTRY, *PGDI_OBJ_ATTR_ENTRY;
|
||||
|
||||
static const USHORT HatchBrushes[NB_HATCH_STYLES][8] =
|
||||
static const ULONG HatchBrushes[NB_HATCH_STYLES][8] =
|
||||
{
|
||||
{0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF}, /* HS_HORIZONTAL */
|
||||
{0xF7, 0xF7, 0xF7, 0xF7, 0xF7, 0xF7, 0xF7, 0xF7}, /* HS_VERTICAL */
|
||||
|
|
Loading…
Reference in a new issue