diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2009-05-16 20:06:45 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2009-05-16 20:06:45 +0200 |
| commit | ecb6a617cc0af69fd4733d9095a5cff842b8e552 (patch) | |
| tree | cb7f1a5fd88c7493bafe3fbd35c03dbbd29448e9 /src/multitouch.c | |
| parent | 47ea8a0de5d2511ebc39151b1d428d5e4985b726 (diff) | |
trailing whitespace
Diffstat (limited to 'src/multitouch.c')
| -rw-r--r-- | src/multitouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multitouch.c b/src/multitouch.c index 93c6339..99807b9 100644 --- a/src/multitouch.c +++ b/src/multitouch.c | |||
| @@ -194,7 +194,7 @@ static InputInfoPtr preinit(InputDriverPtr drv, IDevPtr dev, int flags) | |||
| 194 | local->private = mt; | 194 | local->private = mt; |
| 195 | local->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS; | 195 | local->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS; |
| 196 | local->conf_idev = dev; | 196 | local->conf_idev = dev; |
| 197 | 197 | ||
| 198 | xf86CollectInputOptions(local, NULL, NULL); | 198 | xf86CollectInputOptions(local, NULL, NULL); |
| 199 | //xf86OptionListReport(local->options); | 199 | //xf86OptionListReport(local->options); |
| 200 | xf86ProcessCommonOptions(local, local->options); | 200 | xf86ProcessCommonOptions(local, local->options); |
