From 34907bc25dba055dfbfe91d9a91803cc75283bfa Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Dec 2024 20:07:41 +0530 Subject: Refactor view + add better highlighting of regions --- src/Chelleport/AppShell.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Chelleport/AppShell.hs') diff --git a/src/Chelleport/AppShell.hs b/src/Chelleport/AppShell.hs index 0a65ce2..9b8a284 100644 --- a/src/Chelleport/AppShell.hs +++ b/src/Chelleport/AppShell.hs @@ -1,7 +1,8 @@ module Chelleport.AppShell where -import Chelleport.Context (DrawContext (ctxRenderer, ctxWindow, ctxX11Display), createContext) +import Chelleport.Context (createContext) import Chelleport.Draw (colorBackground) +import Chelleport.Types import Control.Monad (foldM, unless) import qualified Graphics.X11 as X11 import SDL (($=)) -- cgit v1.3.1