~ubuntu-branches/debian/sid/libevdev/sid

« back to all changes in this revision

Viewing changes to libevdev/libevdev-int.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2015-06-22 22:39:48 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20150622223948-8bqv1dgvei41kkwg
Tags: 1.4.3+dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
        return 0;
182
182
}
183
183
 
 
184
 
184
185
/**
185
186
 * Shift the first n elements into ev and return the number of elements
186
187
 * shifted.
292
293
                        max = libevdev_event_type_get_max(type); \
293
294
                break;
294
295
 
 
296
 
295
297
static inline int
296
298
type_to_mask_const(const struct libevdev *dev, unsigned int type, const unsigned long **mask)
297
299
{
340
342
 
341
343
#undef max_mask
342
344
#endif
 
345