mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	fix compile error mixed declaration
This commit is contained in:
		
							parent
							
								
									96d9f010de
								
							
						
					
					
						commit
						7017a0c64d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -2149,8 +2149,8 @@ unmapnotify(struct wl_listener *listener, void *data)
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
updatemons()
 | 
					updatemons()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	sgeom = *wlr_output_layout_get_box(output_layout, NULL);
 | 
					 | 
				
			||||||
	Monitor *m;
 | 
						Monitor *m;
 | 
				
			||||||
 | 
						sgeom = *wlr_output_layout_get_box(output_layout, NULL);
 | 
				
			||||||
	wl_list_for_each(m, &mons, link) {
 | 
						wl_list_for_each(m, &mons, link) {
 | 
				
			||||||
		/* Get the effective monitor geometry to use for surfaces */
 | 
							/* Get the effective monitor geometry to use for surfaces */
 | 
				
			||||||
		m->m = m->w = *wlr_output_layout_get_box(output_layout, m->wlr_output);
 | 
							m->m = m->w = *wlr_output_layout_get_box(output_layout, m->wlr_output);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue