Ignore:
Timestamp:
Feb 7, 2000, 3:29:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r2605 r2674  
    1 /* $Id: winconst.h,v 1.23 2000-02-03 12:19:23 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.24 2000-02-07 14:29:21 sandervl Exp $ */
    22
    33/*
     
    182182#define DLL_THREAD_ATTACH       2       /* attach new thread */
    183183#define DLL_THREAD_DETACH       3       /* detach thread */
    184 
    185 /* Regions */
    186 #define ERROR_W           0
    187 #define NULLREGION_W      1
    188 #define SIMPLEREGION_W    2
    189 #define COMPLEXREGION_W   3
    190184
    191185/* ShowWindow() codes */
     
    1001995#define BI_RLE4          2
    1002996#define BI_BITFIELDS     3
     997
     998  /* Polygon modes */
     999#define ALTERNATE_W         1
     1000#define WINDING_W           2
     1001
     1002/* Regions */
     1003#define ERROR_W             0
     1004#define NULLREGION_W        1
     1005#define SIMPLEREGION_W      2
     1006#define COMPLEXREGION_W     3
     1007
     1008#define RGN_AND_W           1
     1009#define RGN_OR_W            2
     1010#define RGN_XOR_W           3
     1011#define RGN_DIFF_W          4
     1012#define RGN_COPY_W          5
Note: See TracChangeset for help on using the changeset viewer.