From ef178e85975ea2bdbd2043c92f0917e0fe19823a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Dec 2024 15:13:40 +0530 Subject: Draw grid + open x11 display to trigger click event --- src/Chelleport/Draw.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Chelleport/Draw.hs') diff --git a/src/Chelleport/Draw.hs b/src/Chelleport/Draw.hs index 8401966..3c2e2a8 100644 --- a/src/Chelleport/Draw.hs +++ b/src/Chelleport/Draw.hs @@ -1,6 +1,6 @@ module Chelleport.Draw where -import Chelleport.AppShell (DrawContext (ctxFont, ctxRenderer)) +import Chelleport.Context (DrawContext (ctxFont, ctxRenderer)) import Data.Text (Text) import Data.Word (Word8) import Foreign.C (CInt) -- cgit v1.3.1