mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
style (whitespaces)
ok oga, okan
This commit is contained in:
6
client.c
6
client.c
@ -441,7 +441,7 @@ client_draw_border(struct client_ctx *cc)
|
||||
static void
|
||||
client_update(struct client_ctx *cc)
|
||||
{
|
||||
Atom *p;
|
||||
Atom *p;
|
||||
int i;
|
||||
long n;
|
||||
|
||||
@ -694,10 +694,10 @@ client_getsizehints(struct client_ctx *cc)
|
||||
cc->geom.inch = MAX(1, cc->geom.inch);
|
||||
|
||||
if (cc->size->flags & PAspect) {
|
||||
if (cc->size->min_aspect.x > 0)
|
||||
if (cc->size->min_aspect.x > 0)
|
||||
cc->geom.mina = (float)cc->size->min_aspect.y /
|
||||
cc->size->min_aspect.x;
|
||||
if (cc->size->max_aspect.y > 0)
|
||||
if (cc->size->max_aspect.y > 0)
|
||||
cc->geom.maxa = (float)cc->size->max_aspect.x /
|
||||
cc->size->max_aspect.y;
|
||||
}
|
||||
|
Reference in New Issue
Block a user