X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ffloating.c;h=23f8a60a682a0efb2763957483b08f17c30a0b4b;hb=d28008aa639d1f971ee5874a6e20ddf2c9c8bfa9;hp=1d08ec9e4102fc2e36680ee55c1d43d1d9f83a27;hpb=43ec3ddbafe93c7562929de280fd4e2bb97dfa1b;p=i3%2Fi3 diff --git a/src/floating.c b/src/floating.c index 1d08ec9e..23f8a60a 100644 --- a/src/floating.c +++ b/src/floating.c @@ -277,7 +277,7 @@ DRAGGING_CB(drag_window_callback) { con->rect.y = old_rect->y + (new_y - event->root_y); render_con(con, false); - x_push_node(con, true); + x_push_node(con); xcb_flush(conn); /* Check if we cross workspace boundaries while moving */