diff options
Diffstat (limited to 'input/device.c')
-rw-r--r-- | input/device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/input/device.c b/input/device.c index 290ad369..9eee6e5a 100644 --- a/input/device.c +++ b/input/device.c @@ -61,6 +61,8 @@ #define FI_FLAG_CONNECTED 1 +struct device; + struct fake_input { int flags; GIOChannel *io; |