mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Added W32kGetSysColorBrush() that's included by menu.c
svn path=/trunk/; revision=5350
This commit is contained in:
parent
a765936fc3
commit
b8fa0ee48c
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ const PALETTEENTRY* FASTCALL COLOR_GetSystemPaletteTemplate (VOID);
|
|||
COLORREF STDCALL COLOR_LookupNearestColor (PALETTEENTRY* palPalEntry, INT size, COLORREF color);
|
||||
INT STDCALL COLOR_PaletteLookupExactIndex (PALETTEENTRY* palPalEntry, INT size, COLORREF col);
|
||||
INT STDCALL COLOR_PaletteLookupPixel(PALETTEENTRY *palPalEntry, INT size, PXLATEOBJ XlateObj, COLORREF col, BOOL skipReserved);
|
||||
|
||||
HBRUSH STDCALL W32kGetSysColorBrush(int nIndex);
|
||||
|
|
Loading…
Reference in a new issue