style fix
This commit is contained in:
parent
dbbaecfd1d
commit
c09f0f029f
@ -112,7 +112,7 @@ static void x_win_round_corners(struct window_x11 *win, const int rad)
|
|||||||
* use a circle for every corner and two overlapping rectangles */
|
* use a circle for every corner and two overlapping rectangles */
|
||||||
int fw = settings.frame_width / 2 + settings.frame_width % 2;
|
int fw = settings.frame_width / 2 + settings.frame_width % 2;
|
||||||
if (fw < 1)
|
if (fw < 1)
|
||||||
fw=1;
|
fw = 1;
|
||||||
unsigned const int centercoords[] = {
|
unsigned const int centercoords[] = {
|
||||||
-fw, -fw,
|
-fw, -fw,
|
||||||
width - dia - 1, -fw,
|
width - dia - 1, -fw,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user