From 9c24576540ba57449c31bafcb8f4aab41b8623b7 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 29 Mar 2010 23:50:05 +0200 Subject: Rename State to HWState Rename the hardware state struct State to HWState, to make room for additional state structures. Signed-off-by: Henrik Rydberg --- src/mtouch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mtouch.h') diff --git a/src/mtouch.h b/src/mtouch.h index 753a400..e4a59fb 100644 --- a/src/mtouch.h +++ b/src/mtouch.h @@ -25,13 +25,13 @@ #include "capabilities.h" #include "iobuffer.h" #include "hwdata.h" -#include "state.h" +#include "hwstate.h" struct MTouch { struct Capabilities caps; struct IOBuffer buf; struct HWData hw; - struct State os, ns; + struct HWState ohs, nhs; }; int configure_mtouch(struct MTouch *mt, int fd); -- cgit v1.2.3