mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
Rename force_empty parameter to set_slot_empty
Original version of d13e83b921 had
'force_empty', the rename only covered the definition, not the declaration
of the function.
No functional changes.
Reported-by: Nicola Soranzo <nsoranzo@tiscali.it>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -120,7 +120,7 @@ extern void SynapticsCopyHwState(struct SynapticsHwState *dst,
|
||||
const struct SynapticsHwState *src);
|
||||
extern void SynapticsResetHwState(struct SynapticsHwState *hw);
|
||||
extern void SynapticsResetTouchHwState(struct SynapticsHwState *hw,
|
||||
Bool force_empty);
|
||||
Bool set_slot_empty);
|
||||
|
||||
extern Bool SynapticsIsSoftButtonAreasValid(int *values);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user