mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
check value
This commit is contained in:
parent
e42d1c7f01
commit
57af364a21
2
screen.c
2
screen.c
@ -105,7 +105,7 @@ screen_find_xinerama(struct screen_ctx *sc, int x, int y)
|
|||||||
XineramaScreenInfo *info;
|
XineramaScreenInfo *info;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (HasXinerama = 0)
|
if (HasXinerama == 0)
|
||||||
return (NULL);
|
return (NULL);
|
||||||
|
|
||||||
for (i = 0; i < sc->xinerama_no; i++) {
|
for (i = 0; i < sc->xinerama_no; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user