xhints: no need to initialize sizeh
This commit is contained in:
		
							parent
							
								
									8b8255ac0e
								
							
						
					
					
						commit
						b81888ee7d
					
				
							
								
								
									
										2
									
								
								x.c
								
								
								
								
							
							
						
						
									
										2
									
								
								x.c
								
								
								
								
							| 
						 | 
					@ -780,7 +780,7 @@ xhints(void)
 | 
				
			||||||
	XClassHint class = {opt_name ? opt_name : termname,
 | 
						XClassHint class = {opt_name ? opt_name : termname,
 | 
				
			||||||
	                    opt_class ? opt_class : termname};
 | 
						                    opt_class ? opt_class : termname};
 | 
				
			||||||
	XWMHints wm = {.flags = InputHint, .input = 1};
 | 
						XWMHints wm = {.flags = InputHint, .input = 1};
 | 
				
			||||||
	XSizeHints *sizeh = NULL;
 | 
						XSizeHints *sizeh;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	sizeh = XAllocSizeHints();
 | 
						sizeh = XAllocSizeHints();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue