Annotation of mstools/samples/polydraw/polydraw.h, revision 1.1.1.2

1.1       root        1: /* polydraw.h - header file for the polydraw demonstration program. */
                      2: 
                      3: 
                      4: /* function prototypes for the window procedures. */
1.1.1.2 ! root        5: LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
1.1       root        6: 
                      7: #define MAXPOINTS  16
                      8: #define NONE     -1
                      9: #define HITSIZE  10
                     10: 
                     11: /* Strings to be written at the bottom of the window as instructions. */
                     12: char instructions0[] =
                     13:     "Left mouse button places or moves points.  Right button erases.";
                     14: char instructions1[] = "  default -- PT_LINETO  ";
                     15: char instructions2[] = "  <shift> -- PT_MOVETO  ";
                     16: char instructions3[] = "  <ctrl>  -- PT_BEZIERTO";

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.