| commit | 0ccb9feadc87ef8487802d85acbbb4f1bcaef6c8 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Fri Oct 18 04:05:49 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 18 04:05:49 2002 +0000 |
| tree | 60531fb538cb70e4be07660f7593121b08f26125 | |
| parent | 034e4df6e754a9a2ee846b23bbb7ded26691e85c [diff] [blame] |
Store the original GDI palette functions in pfnSelectPalette and pfnRealizePalette so that USER doesn't have to import them.
diff --git a/include/user.h b/include/user.h index ccd0a81..84268b4 100644 --- a/include/user.h +++ b/include/user.h
@@ -140,6 +140,8 @@ /* syscolor.c */ extern HPEN SYSCOLOR_GetPen( INT index ); +extern HPALETTE WINAPI SelectPalette( HDC hDC, HPALETTE hPal, BOOL bForceBackground ); + extern DWORD USER16_AlertableWait; /* HANDLE16 <-> HANDLE conversions */