diff options
Diffstat (limited to 'src/h/mswin.h')
-rw-r--r-- | src/h/mswin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/h/mswin.h b/src/h/mswin.h index 2734cb1..a16ab8a 100644 --- a/src/h/mswin.h +++ b/src/h/mswin.h @@ -132,8 +132,8 @@ } #define EVQUEEMPTY(ws) (BlkLoc((ws)->listp)->list.size == 0) -#define SHARED 0 -#define MUTABLE 1 +#define CSHARED 0 +#define CMUTABLE 1 #define MAXCOLORNAME 40 /* * color structure, inspired by X code (xwin.h) @@ -142,7 +142,7 @@ typedef struct wcolor { int refcount; char name[6+MAXCOLORNAME]; /* name for WAttrib & WColor reads */ SysColor c; - int type; /* SHARED or MUTABLE */ + int type; /* CSHARED or CMUTABLE */ } *wclrp; /* |