mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Fix namespace convention for glib source.
This commit is contained in:
		
							parent
							
								
									35052568d0
								
							
						
					
					
						commit
						e2ce43a9be
					
				
					 5 changed files with 23 additions and 24 deletions
				
			
		
							
								
								
									
										2
									
								
								window.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								window.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -425,7 +425,7 @@ int main(int argc, char *argv[])
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	loop = g_main_loop_new(NULL, FALSE);
 | 
			
		||||
	source = wayland_source_new(display);
 | 
			
		||||
	source = wl_glib_source_new(display);
 | 
			
		||||
	g_source_attach(source, NULL);
 | 
			
		||||
 | 
			
		||||
	window = window_create(display, fd);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue