|
Last change
on this file since 919 was 847, checked in by bird, 26 years ago |
|
Initial checkin of Win32k. (not tested & pe2lx not up-to-date!)
|
|
File size:
572 bytes
|
| Line | |
|---|
| 1 | /* $Id: icongrp.h,v 1.1 1999-09-06 02:20:05 bird Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | /*
|
|---|
| 4 | * PE2LX icon groups
|
|---|
| 5 | *
|
|---|
| 6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
|
|---|
| 7 | * Copyright 1998 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
|
|---|
| 8 | *
|
|---|
| 9 | *
|
|---|
| 10 | * Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 11 | *
|
|---|
| 12 | */
|
|---|
| 13 | #ifndef __ICONGRP_H__
|
|---|
| 14 | #define __ICONGRP_H__
|
|---|
| 15 |
|
|---|
| 16 | BOOL ShowGroupIcon(LXHeaderSuper &OS2Exe, int id, IconHeader *ihdr, int size);
|
|---|
| 17 | void *ConvertGroupIcon(LXHeaderSuper &OS2Exe, int id, IconHeader *ihdr, int size, PULONG pulSize);
|
|---|
| 18 | ULONG QuerySizeGroupIcon(IconHeader *ihdr, int size);
|
|---|
| 19 |
|
|---|
| 20 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.