Cleanup
This commit is contained in:
+4
-2
@@ -10,7 +10,8 @@ import WM.XKutu
|
||||
|
||||
data State = State
|
||||
{ mruby_pointer :: !(Ptr MrbState),
|
||||
running :: !Bool
|
||||
running :: !Bool,
|
||||
root :: !(Maybe Tile)
|
||||
}
|
||||
deriving (Show)
|
||||
|
||||
@@ -18,7 +19,8 @@ newState :: Ptr MrbState -> State
|
||||
newState ptr =
|
||||
State
|
||||
{ mruby_pointer = ptr,
|
||||
running = True
|
||||
running = True,
|
||||
root = Nothing
|
||||
}
|
||||
|
||||
run :: IO ()
|
||||
|
||||
Reference in New Issue
Block a user