|
Last change
on this file since 1230 was 1226, checked in by John Small, 17 years ago |
|
Ticket 187: Moved typedef's and some #define's from fm3dll.h
|
-
Property svn:eolstyle
set to
native
-
Property svn:keywords
set to
Id
|
|
File size:
1.2 KB
|
| Rev | Line | |
|---|
| [1167] | 1 |
|
|---|
| 2 | /***********************************************************************
|
|---|
| 3 |
|
|---|
| [1199] | 4 | $Id: presparm.h 1226 2008-09-13 23:12:40Z jbs $
|
|---|
| [1167] | 5 |
|
|---|
| [1199] | 6 | <<<description here>>>
|
|---|
| [1167] | 7 |
|
|---|
| [1199] | 8 | Copyright (c) 1993-98 M. Kimes
|
|---|
| 9 | Copyright (c) 2008 Steven H. Levine
|
|---|
| [1167] | 10 |
|
|---|
| [1199] | 11 | Change log
|
|---|
| [1167] | 12 |
|
|---|
| 13 | ***********************************************************************/
|
|---|
| 14 |
|
|---|
| 15 | #if !defined(PRESPARM_H)
|
|---|
| 16 | #define PRESPARM_H
|
|---|
| 17 |
|
|---|
| [1226] | 18 | // PMBITMAP_INCLUDED - IBM Toolkit
|
|---|
| 19 | // INCL_GPIBITMAPS - OpenWatcom Toolkit
|
|---|
| 20 | // #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIBITMAPS)
|
|---|
| 21 | // typedef struct _RGB2 /* rgb2 */
|
|---|
| 22 | // {
|
|---|
| 23 | // BYTE bBlue; /* Blue component of the color definition */
|
|---|
| 24 | // BYTE bGreen; /* Green component of the color definition */
|
|---|
| 25 | // BYTE bRed; /* Red component of the color definition */
|
|---|
| 26 | // BYTE fcOptions; /* Reserved, must be zero */
|
|---|
| 27 | // }
|
|---|
| 28 | // RGB2;
|
|---|
| 29 | // typedef RGB2 *PRGB2;
|
|---|
| 30 | // #endif
|
|---|
| 31 |
|
|---|
| [1187] | 32 | VOID CopyPresParams(HWND target, HWND source);
|
|---|
| 33 | VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2);
|
|---|
| 34 | VOID RestorePresParams(HWND hwnd, CHAR * keyroot);
|
|---|
| [1167] | 35 | VOID SavePresParams(HWND hwnd, CHAR * keyroot);
|
|---|
| [1187] | 36 | #ifdef INCL_GPI
|
|---|
| 37 | VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
|
|---|
| 38 | CHAR * font);
|
|---|
| 39 | #endif
|
|---|
| [1167] | 40 |
|
|---|
| 41 |
|
|---|
| 42 | #endif // PRESPARM_H
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.