source: trunk/dll/presparm.h@ 1229

Last change on this file since 1229 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
Line 
1
2/***********************************************************************
3
4 $Id: presparm.h 1226 2008-09-13 23:12:40Z jbs $
5
6 <<<description here>>>
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
10
11 Change log
12
13***********************************************************************/
14
15#if !defined(PRESPARM_H)
16#define PRESPARM_H
17
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
32VOID CopyPresParams(HWND target, HWND source);
33VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2);
34VOID RestorePresParams(HWND hwnd, CHAR * keyroot);
35VOID SavePresParams(HWND hwnd, CHAR * keyroot);
36#ifdef INCL_GPI
37VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
38 CHAR * font);
39#endif
40
41
42#endif // PRESPARM_H
Note: See TracBrowser for help on using the repository browser.