diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-08-08 00:59:15 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-08-08 00:59:15 +0300 |
commit | 46c3fa9d4f62b6dae97ff598efc3a3a90f470501 (patch) | |
tree | 8547ab0745ee5c897bc00cceef41652bcaa9c904 /src | |
parent | 0b7b6b4f17e9e258f546fbe3eb901fea16a4a62c (diff) |
Convert from TSCalibrationCtl to AbsCalibCtl
Diffstat (limited to 'src')
-rw-r--r-- | src/elo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -455,7 +455,7 @@ static int ControlProc( LocalDevicePtr local, xDeviceCtl * control ) { - xDeviceTSCalibrationCtl *c = (xDeviceTSCalibrationCtl *) control; + xDeviceAbsCalibCtl *c = (xDeviceAbsCalibCtl *) control; EloPrivatePtr priv = (EloPrivatePtr) (local->private); priv->min_x = c->min_x; |