summaryrefslogtreecommitdiff
path: root/src/frame-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame-impl.h')
-rw-r--r--src/frame-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame-impl.h b/src/frame-impl.h
index 38affe7..b072de9 100644
--- a/src/frame-impl.h
+++ b/src/frame-impl.h
@@ -33,6 +33,8 @@ struct utouch_frame_engine {
33 struct utouch_surface *surface; 33 struct utouch_surface *surface;
34 struct utouch_frame **frames; 34 struct utouch_frame **frames;
35 struct utouch_frame *next; 35 struct utouch_frame *next;
36 int *evmap;
37 float map[9];
36}; 38};
37 39
38#endif 40#endif