mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Include wayland-server.h instead of -core.h
This commit is contained in:
		
							parent
							
								
									7614cb0373
								
							
						
					
					
						commit
						266393a705
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#ifndef _SWAY_EXTENSIONS_H
 | 
					#ifndef _SWAY_EXTENSIONS_H
 | 
				
			||||||
#define _SWAY_EXTENSIONS_H
 | 
					#define _SWAY_EXTENSIONS_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <wayland-server-core.h>
 | 
					#include <wayland-server.h>
 | 
				
			||||||
#include <wlc/wlc-wayland.h>
 | 
					#include <wlc/wlc-wayland.h>
 | 
				
			||||||
#include "wayland-desktop-shell-server-protocol.h"
 | 
					#include "wayland-desktop-shell-server-protocol.h"
 | 
				
			||||||
#include "list.h"
 | 
					#include "list.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue