mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pipewire: module-client-device: include "client-device.h" in "resource-device.c"
So that definitions are checked against declarations.
This commit is contained in:
		
							parent
							
								
									eaad2b5a87
								
							
						
					
					
						commit
						0eb463ab98
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ extern "C" {
 | 
			
		|||
 | 
			
		||||
#define CLIENT_DEVICE_USAGE	"["PW_KEY_DEVICE_NAME"=<string>]"
 | 
			
		||||
 | 
			
		||||
struct pw_device *
 | 
			
		||||
struct pw_impl_device *
 | 
			
		||||
pw_client_device_new(struct pw_resource *resource,
 | 
			
		||||
		   struct pw_properties *properties);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,6 +17,8 @@
 | 
			
		|||
 | 
			
		||||
#include <pipewire/impl.h>
 | 
			
		||||
 | 
			
		||||
#include "client-device.h"
 | 
			
		||||
 | 
			
		||||
struct impl {
 | 
			
		||||
	struct pw_context *context;
 | 
			
		||||
	struct pw_impl_device *device;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue