aboutsummaryrefslogtreecommitdiff
path: root/src/Chelleport/Draw.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-14 15:13:40 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-14 15:17:46 +0530
commitef178e85975ea2bdbd2043c92f0917e0fe19823a (patch)
tree8d5c6c991fd28cadbdeb905f3d3633ebb30bca83 /src/Chelleport/Draw.hs
parentfa02e5c7404dfe6aa47a1f5b5052e915e6d413d6 (diff)
downloadchelleport-ef178e85975ea2bdbd2043c92f0917e0fe19823a.tar.gz
chelleport-ef178e85975ea2bdbd2043c92f0917e0fe19823a.zip
Draw grid + open x11 display to trigger click event
Diffstat (limited to '')
-rw-r--r--src/Chelleport/Draw.hs2
1 files changed, 1 insertions, 1 deletions
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)