diff options
Diffstat (limited to 'src/Chelleport/AppShell.hs')
| -rw-r--r-- | src/Chelleport/AppShell.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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 (($=)) |
