Removing the debugging for the last fix too.
This commit is contained in:
		
							
								
								
									
										2
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								st.c
									
									
									
									
									
								
							@ -2750,8 +2750,6 @@ cresize(int width, int height)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
resize(XEvent *e) {
 | 
					resize(XEvent *e) {
 | 
				
			||||||
	fprintf(stderr, "resize -> %d,%d\n", e->xconfigure.width,
 | 
					 | 
				
			||||||
			e->xconfigure.height);
 | 
					 | 
				
			||||||
	if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h)
 | 
						if(e->xconfigure.width == xw.w && e->xconfigure.height == xw.h)
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user