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:
Peter Hutterer
2012-05-08 08:19:48 +10:00
parent b6f3ccd402
commit 4d4d859296

View File

@@ -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);