Add option primary_monitor_first (fixes issue #538)

This commit is contained in:
o9000
2015-12-22 23:50:41 +01:00
parent da0c52ecff
commit 7582b9f960
6 changed files with 37 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
#endif
#include <glib.h>
extern gboolean primary_monitor_first;
typedef struct Global_atom {
Atom _XROOTPMAP_ID;
Atom _XROOTMAP_ID;
@@ -96,6 +98,7 @@ typedef struct Monitor {
int y;
int width;
int height;
gboolean primary;
gchar **names;
} Monitor;