small fix
This commit is contained in:
		
							parent
							
								
									4e4a1a82e5
								
							
						
					
					
						commit
						6d36e3fb3a
					
				@ -350,7 +350,7 @@ main(int argc, char *argv[]) {
 | 
				
			|||||||
	char *selbg = SELBGCOLOR;
 | 
						char *selbg = SELBGCOLOR;
 | 
				
			||||||
	char *selfg = SELFGCOLOR;
 | 
						char *selfg = SELFGCOLOR;
 | 
				
			||||||
	fd_set rd;
 | 
						fd_set rd;
 | 
				
			||||||
	int i, j;
 | 
						int i, j, my;
 | 
				
			||||||
	struct timeval timeout;
 | 
						struct timeval timeout;
 | 
				
			||||||
	Item *itm;
 | 
						Item *itm;
 | 
				
			||||||
	XEvent ev;
 | 
						XEvent ev;
 | 
				
			||||||
@ -431,6 +431,7 @@ main(int argc, char *argv[]) {
 | 
				
			|||||||
	wa.override_redirect = 1;
 | 
						wa.override_redirect = 1;
 | 
				
			||||||
	wa.background_pixmap = ParentRelative;
 | 
						wa.background_pixmap = ParentRelative;
 | 
				
			||||||
	wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask;
 | 
						wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask;
 | 
				
			||||||
 | 
						my = 0;
 | 
				
			||||||
	mw = DisplayWidth(dpy, screen);
 | 
						mw = DisplayWidth(dpy, screen);
 | 
				
			||||||
	mh = dc.font.height + 2;
 | 
						mh = dc.font.height + 2;
 | 
				
			||||||
	if(bottom)
 | 
						if(bottom)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user