update for HEAD-2003091401
[reactos.git] / subsys / win32k / include / surface.h
1 #ifndef __WIN32K_SURFACE_H
2 #define __WIN32K_SURFACE_H
3
4 INT   FASTCALL BitsPerFormat (ULONG Format);
5 ULONG FASTCALL BitmapFormat (WORD Bits, DWORD Compression);
6
7 #endif /* __WIN32K_SURFACE_H */