diff options
| author | a1xd <[email protected]> | 2021-09-08 04:43:15 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:34:51 -0400 |
| commit | 427a94bc4086c67a044ebbaed8bc789b1ed174c9 (patch) | |
| tree | ae2daa55e24a7947e0691c3763d1d9163ccd53e8 /driver/driver.h | |
| parent | fix clang build errors (diff) | |
| download | rawaccel-427a94bc4086c67a044ebbaed8bc789b1ed174c9.tar.xz rawaccel-427a94bc4086c67a044ebbaed8bc789b1ed174c9.zip | |
rename driver_settings
found a better one
refactor driver/DeviceSetup
Diffstat (limited to 'driver/driver.h')
| -rw-r--r-- | driver/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver.h b/driver/driver.h index d8b3162..c55afac 100644 --- a/driver/driver.h +++ b/driver/driver.h @@ -28,7 +28,7 @@ typedef struct _DEVICE_EXTENSION { ra::modifier mod; vec2d carry; CONNECT_DATA UpperConnectData; - ra::driver_settings drv_settings; + ra::modifier_settings mod_settings; WCHAR dev_id[ra::MAX_DEV_ID_LEN]; } DEVICE_EXTENSION, *PDEVICE_EXTENSION; |