mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	
						commit
						f9cea7f09b
					
				
					 7 changed files with 0 additions and 28 deletions
				
			
		| 
						 | 
				
			
			@ -1,10 +1,6 @@
 | 
			
		|||
#define _POSIX_C_SOURCE 200809L
 | 
			
		||||
#include <libevdev/libevdev.h>
 | 
			
		||||
#ifdef __linux__
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <xkbcommon/xkbcommon.h>
 | 
			
		||||
#include <xkbcommon/xkbcommon-names.h>
 | 
			
		||||
#include <string.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,5 @@
 | 
			
		|||
#define _POSIX_C_SOURCE 200809L
 | 
			
		||||
#ifdef __linux__
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <strings.h>
 | 
			
		||||
#include <wlr/types/wlr_cursor.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,11 +13,7 @@
 | 
			
		|||
#include <limits.h>
 | 
			
		||||
#include <dirent.h>
 | 
			
		||||
#include <strings.h>
 | 
			
		||||
#ifdef __linux__
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <wlr/types/wlr_output.h>
 | 
			
		||||
#include "sway/input/input-manager.h"
 | 
			
		||||
#include "sway/input/seat.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,11 +1,7 @@
 | 
			
		|||
#define _POSIX_C_SOURCE 200809L
 | 
			
		||||
#include <math.h>
 | 
			
		||||
#include <libevdev/libevdev.h>
 | 
			
		||||
#ifdef __linux__
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <float.h>
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
#include <wlr/types/wlr_cursor.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,11 +1,7 @@
 | 
			
		|||
#define _POSIX_C_SOURCE 200809L
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
#ifdef __linux__
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <strings.h>
 | 
			
		||||
#include <time.h>
 | 
			
		||||
#include <wlr/types/wlr_cursor.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,10 +1,6 @@
 | 
			
		|||
// See https://i3wm.org/docs/ipc.html for protocol information
 | 
			
		||||
#define _POSIX_C_SOURCE 200112L
 | 
			
		||||
#ifdef __linux__
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#elif __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <errno.h>
 | 
			
		||||
#include <fcntl.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,5 @@
 | 
			
		|||
#include <assert.h>
 | 
			
		||||
#ifdef __FreeBSD__
 | 
			
		||||
#include <dev/evdev/input-event-codes.h>
 | 
			
		||||
#else
 | 
			
		||||
#include <linux/input-event-codes.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <wayland-client.h>
 | 
			
		||||
#include <wayland-cursor.h>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue