source: trunk/src/win32k/pe2lx/bitmap.h@ 847

Last change on this file since 847 was 847, checked in by bird, 26 years ago

Initial checkin of Win32k. (not tested & pe2lx not up-to-date!)

File size: 529 bytes
Line 
1/* $Id: bitmap.h,v 1.1 1999-09-06 02:20:03 bird Exp $ */
2
3/*
4 * PE2LX bitmaps
5 *
6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
7 * Copyright 1998 Knut St. Osmundsen
8 *
9 *
10 * Project Odin Software License can be found in LICENSE.TXT
11 *
12 */
13#ifndef __BITMAP_H__
14#define __BITMAP_H__
15
16BOOL ShowBitmap(LXHeaderSuper &OS2Exe, int id, WINBITMAPINFOHEADER *bhdr, int size);
17void *ConvertBitmap(WINBITMAPINFOHEADER *pBHdr, ULONG ulSize, PULONG pulSize);
18ULONG QuerySizeBitmap(WINBITMAPINFOHEADER *pBHdr, ULONG ulSize);
19
20#endif
Note: See TracBrowser for help on using the repository browser.