~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to include/inpututils.h

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
XI2Mask *xi2mask_new_with_size(size_t, size_t); /* don't use it */
58
58
void xi2mask_free(XI2Mask **mask);
59
59
Bool xi2mask_isset(XI2Mask *mask, const DeviceIntPtr dev, int event_type);
 
60
Bool xi2mask_isset_for_device(XI2Mask *mask, const DeviceIntPtr dev, int event_type);
60
61
void xi2mask_set(XI2Mask *mask, int deviceid, int event_type);
61
62
void xi2mask_zero(XI2Mask *mask, int deviceid);
62
63
void xi2mask_merge(XI2Mask *dest, const XI2Mask *source);