minor
This commit is contained in:
		
							
								
								
									
										1
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dwm.c
									
									
									
									
									
								
							@@ -1568,7 +1568,6 @@ setup(void) {
 | 
				
			|||||||
	cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
 | 
						cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// init screens/monitors first
 | 
						// init screens/monitors first
 | 
				
			||||||
	mcount = 1;
 | 
					 | 
				
			||||||
	if((isxinerama = XineramaIsActive(dpy)))
 | 
						if((isxinerama = XineramaIsActive(dpy)))
 | 
				
			||||||
		info = XineramaQueryScreens(dpy, &mcount);
 | 
							info = XineramaQueryScreens(dpy, &mcount);
 | 
				
			||||||
	selmonitor = monitors = emallocz(mcount * sizeof(Monitor));
 | 
						selmonitor = monitors = emallocz(mcount * sizeof(Monitor));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user