WIN32K code cleanup.
[reactos.git] / reactos / subsys / win32k / include / surface.h
index 8374b50..1a10283 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __WIN32K_SURFACE_H
 #define __WIN32K_SURFACE_H
 
-INT BitsPerFormat(ULONG Format);
+INT   FASTCALL BitsPerFormat (ULONG Format);
+ULONG FASTCALL BitmapFormat (WORD Bits, DWORD Compression);
 
 #endif /* __WIN32K_SURFACE_H */