mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
tools: don't include xserver-properties.h
Remove the header inclusion to avoid dependency of synclient on the xserver headers. The only property we need from the server is FLOAT and we can simply define that here. Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Gaetan Nadon
parent
9d30992ef7
commit
513d40f7c4
@@ -45,7 +45,6 @@
|
||||
#include <X11/extensions/XInput.h>
|
||||
#include "synaptics.h"
|
||||
#include "synaptics-properties.h"
|
||||
#include <xserver-properties.h>
|
||||
|
||||
#ifndef XATOM_FLOAT
|
||||
#define XATOM_FLOAT "FLOAT"
|
||||
|
||||
Reference in New Issue
Block a user