~fginther/geis/geis-2.2.9.1-precise

« back to all changes in this revision

Viewing changes to libgeis/geis_class.h

  • Committer: Francis Ginther
  • Date: 2012-08-16 13:43:15 UTC
  • mfrom: (49.1.37)
  • Revision ID: francis.ginther@canonical.com-20120816134315-ex9m75nqcv0uryim
* New upstream release.
  - fixes pinch radius and drag delta calculations (lp: #985916)
    (lp: #986215)
  - changes type of geisSubscriptionFlags (lp: #813819)
  - changes direct devices to use window coordinates (lp: #984069)
  - reports device axis extents, if available (lp: #987539)
  - removes XCB back end
  - removes overlapping events when a gesture is accepted (lp: #1001365)
  - avoids trying to start a DBus session if there is none already
    (lp: #997630)
  - detect added devices properly (LP: #1009270)
  - fix crash when accepting a gesture (LP: #1015775)
  - fix result value of geis_subscription_deactivate() (LP: #1021448)
  - upstream project renamed to just 'geis'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * @file geis_class.h
3
 
 * @brief internal uTouch Geis Gesture Class module private interface
 
3
 * @brief internal Geis Gesture Class module private interface
4
4
 *
5
5
 * Copyright 2010 Canonical Ltd.
6
6
 *
24
24
#include "geis/geis.h"
25
25
 
26
26
/**
27
 
 * @defgroup utouch_geis_gesture_class_container A Gesture Class Container
 
27
 * @defgroup geis_gesture_class_container A Gesture Class Container
28
28
 * @{
29
29
 */
30
30
 
82
82
/** @} */
83
83
 
84
84
/**
85
 
 * @defgroup utouch_geis_gesture_class Internal Gesture Class Functions
 
85
 * @defgroup geis_gesture_class Internal Gesture Class Functions
86
86
 * @{
87
87
 */
88
88