mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-07 01:40:38 +01:00
xfree86: Purge old_x/old_y from InputInfoRec.
Unused field. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4ac3be29bc
commit
23b361b25b
1 changed files with 0 additions and 2 deletions
|
|
@ -128,8 +128,6 @@ typedef struct _InputInfoRec {
|
|||
int private_flags;
|
||||
unsigned int first;
|
||||
unsigned int last;
|
||||
int old_x;
|
||||
int old_y;
|
||||
char * type_name;
|
||||
IntegerFeedbackPtr always_core_feedback;
|
||||
IDevPtr conf_idev;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue