diff options
Diffstat (limited to 'src/ws.c')
-rw-r--r-- | src/ws.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ wsPreInit(InputDriverPtr drv, IDevPtr dev, int flags) pInfo->flags = XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS; pInfo->conf_idev = dev; pInfo->close_proc = NULL; - pInfo->private_flags = NULL; + pInfo->private_flags = 0; pInfo->always_core_feedback = NULL; if (wsPreInit12(drv, pInfo, flags) != Success) { |