~oif-team/frame/1.1.4

« back to all changes in this revision

Viewing changes to src/frame-impl.h

  • Committer: Chase Douglas
  • Date: 2012-08-15 19:05:52 UTC
  • Revision ID: chase.douglas@canonical.com-20120815190552-ul59r06he8a8j7f8
Rename project to simply 'frame'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 *
3
 
 * utouch-frame - Touch Frame Library
 
3
 * frame - Touch Frame Library
4
4
 *
5
5
 * Copyright (C) 2011 Canonical Ltd.
6
6
 *
22
22
#ifndef FRAME_IMPL_H
23
23
#define FRAME_IMPL_H
24
24
 
25
 
#include <utouch/frame.h>
 
25
#include <oif/frame.h>
26
26
 
27
 
struct utouch_frame_engine {
 
27
struct oif_frame_engine {
28
28
        int num_frames;
29
29
        int num_slots;
30
30
        int hold_ms;
31
31
        int frame;
32
32
        int slot;
33
 
        struct utouch_surface *surface;
34
 
        struct utouch_frame **frames;
35
 
        struct utouch_frame *next;
 
33
        struct oif_surface *surface;
 
34
        struct oif_frame **frames;
 
35
        struct oif_frame *next;
36
36
        int *evmap;
37
37
        float map[9];
38
38
        unsigned int semi_mt_num_active;