It's better not to lock in native code...
This commit is contained in:
parent
7da8a9114e
commit
c6e57070ab
4 changed files with 16 additions and 15 deletions
|
@ -38,9 +38,6 @@ instance WidgetClass Taskbar where
|
|||
type WidgetData Taskbar = TaskbarState
|
||||
|
||||
initWidget (Taskbar _) phi dispvar = do
|
||||
--withMVar dispvar $ \disp ->
|
||||
|
||||
-- return ()
|
||||
return TaskbarState
|
||||
|
||||
|
||||
|
|
Reference in a new issue