mirror of
https://github.com/X11Libre/xf86-input-vmmouse.git
synced 2026-03-24 01:34:05 +00:00
bump minimal xorg version to 1.18
1.18 was released a decade ago, so it seems reasonable stop supporting older ones. We can also get rid of some ifdef wood this ways. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
5944f008f0
commit
02cd226c07
@@ -37,12 +37,7 @@
|
||||
#define _VMMOUSE_PROTO_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef HAVE_XORG_SERVER_1_1_0
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include "xf86_libc.h"
|
||||
#endif
|
||||
|
||||
/* Map Solaris/Sun compiler #defines to gcc equivalents */
|
||||
#if !defined __i386__ && defined __i386
|
||||
|
||||
Reference in New Issue
Block a user