~chasedouglas/frame/ubuntu-upstream-xi

« back to all changes in this revision

Viewing changes to include/utouch/frame-xi2.h

  • Committer: Chase Douglas
  • Date: 2011-12-09 01:36:10 UTC
  • mfrom: (0.1.53 utouch-frame)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: chase.douglas@ubuntu.com-20111209013610-8wfwa1nlo2f3dbu9
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
extern "C" {
27
27
#endif
28
28
 
 
29
/**
 
30
 * \addtogroup v1
 
31
 * @{
 
32
 *
 
33
 * \defgroup v1-xi2 XI2
 
34
 * @{
 
35
 */
 
36
 
29
37
#define MTDEV_NO_LEGACY_API
30
38
 
31
39
#include <utouch/frame.h>
42
50
const struct utouch_frame *
43
51
utouch_frame_pump_xi2(utouch_frame_handle fh, const XIDeviceEvent *ev);
44
52
 
 
53
/**
 
54
 * @}
 
55
 *
 
56
 * @}
 
57
 */
 
58
 
45
59
#ifdef __cplusplus
46
60
}
47
61
#endif