dwm.c
changeset 1457 96862665fd92
parent 1455 d71d573c3165
child 1458 e30739eebeed
equal deleted inserted replaced
1456:483124e931ef 1457:96862665fd92
  1677 
  1677 
  1678 void
  1678 void
  1679 updategeom(void) {
  1679 updategeom(void) {
  1680 	int i, n = 1;
  1680 	int i, n = 1;
  1681 	Client *c;
  1681 	Client *c;
  1682 	Monitor *newmons = NULL, *m, *tm;
  1682 	Monitor *newmons = NULL, *m = NULL, *tm;
  1683 
  1683 
  1684 #ifdef XINERAMA
  1684 #ifdef XINERAMA
  1685 	XineramaScreenInfo *info = NULL;
  1685 	XineramaScreenInfo *info = NULL;
  1686 
  1686 
  1687 	if(XineramaIsActive(dpy))
  1687 	if(XineramaIsActive(dpy))