summaryrefslogtreecommitdiff
path: root/mcwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcwm.c')
-rw-r--r--mcwm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mcwm.c b/mcwm.c
index aa9d05d..cf40a19 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -206,10 +206,9 @@ void newwin(xcb_window_t win)
/* Move the window to cursor position. */
movewindow(win, x, y);
- /* Set up stuff and raise the window. */
+ /* Set up stuff, like borders. */
setupwin(win);
- raisewindow(win);
-
+
/* Show window on screen. */
xcb_map_window(conn, win);