fixed nn declaration
91fffb3f
2 file(s) · +3 −2
| 1 | 1 | # dwm version |
|
| 2 | - | VERSION = 5.6.1 |
|
| 2 | + | VERSION = 5.7 |
|
| 3 | 3 | ||
| 4 | 4 | # Customize below to fit your system |
|
| 5 | 5 |
| 1683 | 1683 | ||
| 1684 | 1684 | void |
|
| 1685 | 1685 | updategeom(void) { |
|
| 1686 | - | int i, n = 1, nn; |
|
| 1686 | + | int i, n = 1; |
|
| 1687 | 1687 | Client *c; |
|
| 1688 | 1688 | Monitor *newmons = NULL, *m = NULL, *tm; |
|
| 1689 | 1689 | ||
| 1690 | 1690 | #ifdef XINERAMA |
|
| 1691 | + | int nn; |
|
| 1691 | 1692 | XineramaScreenInfo *info = NULL; |
|
| 1692 | 1693 | ||
| 1693 | 1694 | if(XineramaIsActive(dpy)) |