diff options
| author | Jeremy Huddleston <jeremyhu@apple.com> | 2012-03-17 00:07:12 -0700 |
|---|---|---|
| committer | Jeremy Huddleston <jeremyhu@apple.com> | 2012-03-17 12:41:34 -0700 |
| commit | 5adf599c893e68a3057a6c4af507e4275dc6fca5 (patch) | |
| tree | 8ab572b4e7e05b9646b009d7bf4d8e0c96d992e9 | |
| parent | cb6b1486cfce00912487c77b3447cb6fd613ec18 (diff) | |
Debug tabletserver-1.13-apple-pre-indent
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
| -rw-r--r-- | hw/xquartz/darwinEvents.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xquartz/darwinEvents.c b/hw/xquartz/darwinEvents.c index bd097da21..c7e637709 100644 --- a/hw/xquartz/darwinEvents.c +++ b/hw/xquartz/darwinEvents.c @@ -428,11 +428,11 @@ static void DarwinPrepareValuators(DeviceIntPtr pDev, ValuatorMask *pmask, Scree valuator_mask_set_double(pmask, 2, XQUARTZ_VALUATOR_LIMIT * pressure); valuator_mask_set_double(pmask, 3, XQUARTZ_VALUATOR_LIMIT * tilt_x); valuator_mask_set_double(pmask, 4, XQUARTZ_VALUATOR_LIMIT * tilt_y); + DEBUG_LOG("Pointer (%lf, %lf), Valuators: {%lf,%lf,%lf,%lf,%lf}\n", pointer_x, pointer_y, + valuator_mask_get_double(pmask, 0), valuator_mask_get_double(pmask, 1), + valuator_mask_get_double(pmask, 2), valuator_mask_get_double(pmask, 3), + valuator_mask_get_double(pmask, 4)); } - //DEBUG_LOG("Pointer (%lf, %lf), Valuators: {%lf,%lf,%lf,%lf,%lf}\n", pointer_x, pointer_y, - // valuator_mask_get_double(pmask, 0), valuator_mask_get_double(pmask, 1), - // valuator_mask_get_double(pmask, 2), valuator_mask_get_double(pmask, 3), - // valuator_mask_get_double(pmask, 4)); } void DarwinInputReleaseButtonsAndKeys(DeviceIntPtr pDev) { |
