diff options
author | tobias | 2009-11-28 17:52:12 +0000 |
---|---|---|
committer | tobias | 2009-11-28 17:52:12 +0000 |
commit | f770fbbb8001ca6a22e8fc2e23efe287821f1540 (patch) | |
tree | a803a03b5231b485681f72a64d2fa99f7180ec3c /screen.c | |
parent | 2f637a5ba462917ec81f7d7dcfa4ab296a223e61 (diff) | |
download | cwm-f770fbbb8001ca6a22e8fc2e23efe287821f1540.tar.gz |
style (whitespaces)
ok oga, okan
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: screen.c,v 1.18 2009/11/22 21:38:50 tobias Exp $ + * $Id: screen.c,v 1.19 2009/11/28 17:52:12 tobias Exp $ */ #include "headers.h" @@ -77,7 +77,7 @@ screen_init_xinerama(struct screen_ctx *sc) HasXinerama = 0; sc->xinerama_no = 0; } - + info = XineramaQueryScreens(X_Dpy, &no); if (info == NULL) { /* Is xinerama actually off, instead of a malloc failure? */ |