~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to src/grail-impl.h

  • Committer: Francis Ginther
  • Date: 2012-08-22 18:35:11 UTC
  • mfrom: (20.2.19 upstream)
  • Revision ID: francis.ginther@canonical.com-20120822183511-yxwny2hixhyu2z42
* New upstream microrelease, bug fixes only
  - Rename project to simply 'grail' (LP: #1040218)
* Updated debian/watch file for project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define GRAIL_NO_LEGACY_API
27
27
 
28
28
#include <grail.h>
29
 
#include <utouch/frame-mtdev.h>
 
29
#include <oif/frame-mtdev.h>
30
30
#include "evbuf.h"
31
31
#include "grailbuf.h"
32
32
 
49
49
}
50
50
 
51
51
int create_grail2(struct grail_impl *x,
52
 
                  utouch_frame_handle fh,
 
52
                  oif_frame_handle fh,
53
53
                  unsigned int num_frames,
54
54
                  void *select,
55
55
                  unsigned int version,
62
62
struct grail_impl {
63
63
        struct evemu_device *evemu;
64
64
        struct mtdev *mtdev;
65
 
        utouch_frame_handle fh;
66
 
        const struct utouch_frame *touch;
 
65
        oif_frame_handle fh;
 
66
        const struct oif_frame *touch;
67
67
        struct evbuf evbuf;
68
68
        struct grailbuf gbuf;
69
69
        int filter_abs;