From 404942081477e2bddb0f685263e507a0ae7b6ee6 Mon Sep 17 00:00:00 2001 From: ketmar Date: Sat, 20 Nov 2021 18:00:26 +0000 Subject: [PATCH] egra: fixed X11 backend FossilOrigin-Name: 02e8f95166cd0eebef163b2905dd1bab056008da30a0349abca095412227c6db --- egra/gfx/backx11.d | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/egra/gfx/backx11.d b/egra/gfx/backx11.d index b7f26b6..06905a0 100644 --- a/egra/gfx/backx11.d +++ b/egra/gfx/backx11.d @@ -19,6 +19,8 @@ module iv.egra.gfx.backx11 /*is aliced*/; private: +import arsd.simpledisplay; + import iv.alice; import iv.cmdcon; import iv.cmdcongl; @@ -28,7 +30,8 @@ import iv.egra.gfx.base; // ////////////////////////////////////////////////////////////////////////// // -public __gshared uint vArrowTextureId = 0; +//public __gshared uint vArrowTextureId = 0; +public enum vArrowTextureId = 0; //public __gshared Image egx11img; -- 2.11.4.GIT