rounded-corners: rebase

This commit is contained in:
Dylan Araps 2019-10-15 14:57:04 +03:00
parent d975b6f755
commit a9ae5f9660
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

View File

@ -109,9 +109,9 @@ index b9e8867..4c0b3fa 100644
/*
This function simply moves the focused window to
the desired desktop.
@@ -533,6 +586,7 @@ void map_request(XEvent *e) {
@@ -510,6 +510,7 @@ void map_request(XEvent *e) {
EnterWindowMask|FocusChangeMask);
win_center(w);
win_center((Arg){.i = w});
XMapWindow(d, w);
+ win_round_corners(w, ROUND_CORNERS);
FOC(w);