mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
another int/long fixup that was giving dodgy property values on amd64, shame on
me for not reading xlibs (appauling) documentation more closely. ok okan@
This commit is contained in:
parent
a0ec2515e9
commit
28e94b2fbc
2
screen.c
2
screen.c
@ -102,7 +102,7 @@ screen_find_xinerama(struct screen_ctx *sc, int x, int y)
|
|||||||
void
|
void
|
||||||
screen_update_geometry(struct screen_ctx *sc, int width, int height)
|
screen_update_geometry(struct screen_ctx *sc, int width, int height)
|
||||||
{
|
{
|
||||||
int geom[2];
|
long geom[2];
|
||||||
|
|
||||||
sc->xmax = geom[0] = width;
|
sc->xmax = geom[0] = width;
|
||||||
sc->ymax = geom[1] = height;
|
sc->ymax = geom[1] = height;
|
||||||
|
Loading…
Reference in New Issue
Block a user