|
|
@ -1683,11 +1683,12 @@ updatebarpos(Monitor *m) {
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
updategeom(void) {
|
|
|
|
updategeom(void) {
|
|
|
|
int i, n = 1, nn;
|
|
|
|
int i, n = 1;
|
|
|
|
Client *c;
|
|
|
|
Client *c;
|
|
|
|
Monitor *newmons = NULL, *m = NULL, *tm;
|
|
|
|
Monitor *newmons = NULL, *m = NULL, *tm;
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef XINERAMA
|
|
|
|
#ifdef XINERAMA
|
|
|
|
|
|
|
|
int nn;
|
|
|
|
XineramaScreenInfo *info = NULL;
|
|
|
|
XineramaScreenInfo *info = NULL;
|
|
|
|
|
|
|
|
|
|
|
|
if(XineramaIsActive(dpy))
|
|
|
|
if(XineramaIsActive(dpy))
|
|
|
|