mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	Chase wlroots: Add workaround for missing forward declares
Chases 70c1a5724814d2f786f7d3a0e55a05f11af14029 gamma-control-v1: introduce set_gamma event
This commit is contained in:
		
							parent
							
								
									d7dc6e01b4
								
							
						
					
					
						commit
						4d49c8250c
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,6 +5,10 @@
 | 
				
			||||||
#include <sys/wait.h>
 | 
					#include <sys/wait.h>
 | 
				
			||||||
#include <wlr/types/wlr_data_control_v1.h>
 | 
					#include <wlr/types/wlr_data_control_v1.h>
 | 
				
			||||||
#include <wlr/types/wlr_export_dmabuf_v1.h>
 | 
					#include <wlr/types/wlr_export_dmabuf_v1.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Temporary fix for a wlroots bug: missing forward declares in the gamma header */
 | 
				
			||||||
 | 
					#include <wlr/types/wlr_output.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <wlr/types/wlr_gamma_control_v1.h>
 | 
					#include <wlr/types/wlr_gamma_control_v1.h>
 | 
				
			||||||
#include <wlr/types/wlr_input_inhibitor.h>
 | 
					#include <wlr/types/wlr_input_inhibitor.h>
 | 
				
			||||||
#include <wlr/types/wlr_presentation_time.h>
 | 
					#include <wlr/types/wlr_presentation_time.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
[wrap-git]
 | 
					[wrap-git]
 | 
				
			||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
 | 
					url = https://gitlab.freedesktop.org/wlroots/wlroots.git
 | 
				
			||||||
revision = 26676c8c072f813dc2d7e2b2dfe9e2701ce361a7
 | 
					revision = 70c1a5724814d2f786f7d3a0e55a05f11af14029
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[provide]
 | 
					[provide]
 | 
				
			||||||
dependency_names = wlroots
 | 
					dependency_names = wlroots
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue