X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/1724f7fa43f9b2a3a3479c365e685ba23327ce2c..5e408d8ff65c8609898ad792cdeeac443f28be7a:/dwm.c diff --git a/dwm.c b/dwm.c index 17d5218..fa5fdea 100644 --- a/dwm.c +++ b/dwm.c @@ -1690,6 +1690,8 @@ updategeom(void) { if(XineramaIsActive(dpy)) info = XineramaQueryScreens(dpy, &n); #endif /* XINERAMA */ + if(n > LENGTH(monsyms)) + n = LENGTH(monsyms); /* allocate monitor(s) for the new geometry setup */ for(i = 0; i < n; i++) { if(!(m = (Monitor *)malloc(sizeof(Monitor))))