diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-02-28 20:47:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-02-28 20:47:44 +0000 |
commit | 027a80bbb88b3c4018489d5f236790e62c3c30f6 (patch) | |
tree | 9765b06cdd6c3bb845e980c8d3b404dc6741b1e7 /app/xwd/wsutils.h | |
parent | 2b5765049ef4a61b5ae8913d20f347e868b19038 (diff) |
Update xwd to 1.0.5
Diffstat (limited to 'app/xwd/wsutils.h')
-rw-r--r-- | app/xwd/wsutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xwd/wsutils.h b/app/xwd/wsutils.h index 26b4469f7..67aba9079 100644 --- a/app/xwd/wsutils.h +++ b/app/xwd/wsutils.h @@ -49,7 +49,7 @@ typedef struct VisualID visualID; /* The VisualID of the overlay visual */ int transparentType; /* Can be None, TransparentPixel or * TransparentMask */ - int value; /* Pixel value */ + Pixel value; /* Pixel value */ int layer; /* Overlay planes will always be in * layer 1 */ } OverlayVisualPropertyRec; @@ -65,7 +65,7 @@ typedef struct XVisualInfo *pOverlayVisualInfo; /* Pointer to the XVisualInfo struct */ int transparentType; /* Can be None, TransparentPixel or * TransparentMask */ - int value; /* Pixel value */ + Pixel value; /* Pixel value */ int layer; /* Overlay planes will always be in * layer 1 */ } OverlayInfo; |