summaryrefslogtreecommitdiffhomepage
path: root/src/Window.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hs')
-rw-r--r--src/Window.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hs b/src/Window.hs
index f43fe4b..e7dc9e6 100644
--- a/src/Window.hs
+++ b/src/Window.hs
@@ -41,7 +41,7 @@ createWin d fs c = do
win <- newWindow d (defaultScreenOfDisplay d) rootw r o
setProperties r c d win srs
when (lowerOnStart c) (lowerWindow d win)
- when (not $ hideOnStart c) $ mapWindow d win
+ when (not $ hideOnStart c) $ showWindow r c d win
return (r,win)
-- | Updates the size and position of the window