diff options
author | okan | 2018-02-13 15:43:15 +0000 |
---|---|---|
committer | okan | 2018-02-13 15:43:15 +0000 |
commit | 84cef003d00150daf0bed9bc2938e0ded629fd26 (patch) | |
tree | b1cda0cad249b335a680d79f90dfa65994817871 /calmwm.h | |
parent | 20e112a60fd194d1dd6bb84361cb4eb96f13902c (diff) | |
download | cwm-84cef003d00150daf0bed9bc2938e0ded629fd26.tar.gz |
Store the screen's visual type and colormap.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.359 2018/02/13 15:06:22 okan Exp $ + * $OpenBSD: calmwm.h,v 1.360 2018/02/13 15:43:15 okan Exp $ */ #ifndef _CALMWM_H_ @@ -223,6 +223,8 @@ struct screen_ctx { struct region_q regionq; struct group_q groupq; struct group_ctx *group_active; + Colormap colormap; + Visual *visual; struct { Window win; XftDraw *xftdraw; |