--- mstools/samples/mandel/bndscan.h 2018/08/09 18:20:41 1.1 +++ mstools/samples/mandel/bndscan.h 2018/08/09 18:23:43 1.1.1.2 @@ -40,6 +40,8 @@ // #define MAXPOINT 50000 +#define MM_SELCLIPRGN 7050 + // // Internal data structure used for boundary point finding only. // @@ -52,6 +54,9 @@ typedef struct _node { // externs // extern HPEN hpnGreen; +extern HPEN hpnBlack; extern HWND ghwndMain; extern char gtext[256]; -extern HBITMAP SaveBitmap (HWND); +extern HBITMAP SaveBitmap (HWND, HPALETTE); +extern LONG lMul(LONG, LONG); +extern LONG lDiv(LONG, LONG);