Rebase fixup, two.

This commit is contained in:
John Vogel 2014-02-11 23:29:40 -05:00
parent 74ce792202
commit 88b482596f
1 changed files with 2 additions and 1 deletions

3
bar.c
View File

@ -9,6 +9,7 @@
#include <unistd.h>
#include <xcb/xcb.h>
#include <xcb/xinerama.h>
#include <xcb/randr.h>
#include "config.h"
@ -601,7 +602,7 @@ init (void)
/* If no RandR outputs or Xinerama screens, fall back to using whole screen */
monhead = monitor_new (0, 0, width, scr->height_in_pixels);
if (!mons)
if (!monhead)
exit(EXIT_FAILURE);
/* For WM that support EWMH atoms */