mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Corrected grammar in comment.
ok (and better style suggestion by) oga, okan
This commit is contained in:
parent
85d8697676
commit
afaf69cefc
2
screen.c
2
screen.c
@ -80,7 +80,7 @@ screen_init_xinerama(struct screen_ctx *sc)
|
|||||||
|
|
||||||
info = XineramaQueryScreens(X_Dpy, &no);
|
info = XineramaQueryScreens(X_Dpy, &no);
|
||||||
if (info == NULL) {
|
if (info == NULL) {
|
||||||
/*is xinerama is actually off, instead of a malloc failure? */
|
/* Is xinerama actually off, instead of a malloc failure? */
|
||||||
if (sc->xinerama == NULL)
|
if (sc->xinerama == NULL)
|
||||||
HasXinerama = 0;
|
HasXinerama = 0;
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user