| version 1.1.1.1, 2000/01/09 17:01:18 |
version 1.1.1.2, 2000/01/22 14:16:31 |
|
|
| #define _Windows |
#define _Windows |
| #endif |
#endif |
| |
|
| #ifdef __DLL__ |
/* HBB 19990506: The following used to be #ifdef __DLL__. |
| |
* But _export is needed outside the DLL, as well. The long-standing |
| |
* bug crashing 16bit wgnuplot on Alt-F4 or pressing the 'close' button |
| |
* stemmed here. */ |
| |
#ifndef WIN32 |
| #define WINEXPORT _export |
#define WINEXPORT _export |
| #else |
#else |
| #define WINEXPORT |
#define WINEXPORT |
| Line 320 typedef struct tagGW { |
|
| Line 324 typedef struct tagGW { |
|
| HPEN hbpen; /* border pen */ |
HPEN hbpen; /* border pen */ |
| HPEN hapen; /* axis pen */ |
HPEN hapen; /* axis pen */ |
| HPEN hpen[WGNUMPENS]; /* pens */ |
HPEN hpen[WGNUMPENS]; /* pens */ |
| |
#if 1 /* HBB 980118: new try ... */ |
| |
HPEN hsolidpen[WGNUMPENS]; /* solid pens (for point symbols) */ |
| |
#endif |
| LOGPEN colorpen[WGNUMPENS+2]; /* logical color pens */ |
LOGPEN colorpen[WGNUMPENS+2]; /* logical color pens */ |
| LOGPEN monopen[WGNUMPENS+2]; /* logical mono pens */ |
LOGPEN monopen[WGNUMPENS+2]; /* logical mono pens */ |
| COLORREF background; /* background color */ |
COLORREF background; /* background color */ |