From f0aba58c91933a4702a7cc74f7daf4192868f570 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 17:58:01 +0100 Subject: Initial load of utouch-frame Compiles and runs on mtdev. ABI proof. Signed-off-by: Henrik Rydberg --- src/frame-impl.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/frame-impl.h (limited to 'src/frame-impl.h') diff --git a/src/frame-impl.h b/src/frame-impl.h new file mode 100644 index 0000000..c31f7da --- /dev/null +++ b/src/frame-impl.h @@ -0,0 +1,18 @@ +#ifndef _FRAME_IMPL_H +#define _FRAME_IMPL_H + +#include + +struct utouch_frame_engine { + int num_frames; + int num_slots; + int hold_ms; + int frame; + int slot; + float max_orient; + struct utouch_surface *surface; + struct utouch_frame **frames; + struct utouch_frame *next; +}; + +#endif -- cgit v1.2.3