~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to include/exevents.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        int                    /* maxval */,
49
49
        int                    /* resolution */,
50
50
        int                    /* min_res */,
51
 
        int                    /* max_res */);
 
51
        int                    /* max_res */,
 
52
        int                    /* mode */);
52
53
 
53
54
/* Input device properties */
54
55
extern _X_EXPORT void XIDeleteAllDeviceProperties(
68
69
        int                     /* format*/,
69
70
        int                     /* mode*/,
70
71
        unsigned long           /* len*/,
71
 
        pointer                 /* value*/,
 
72
        const pointer           /* value*/,
72
73
        Bool                    /* sendevent*/
73
74
        );
74
75
 
146
147
} GrabParameters;
147
148
 
148
149
 
149
 
extern void
150
 
RegisterOtherDevice (
151
 
        DeviceIntPtr           /* device */);
152
 
 
153
150
extern int
154
151
UpdateDeviceState (
155
152
        DeviceIntPtr           /* device */,
310
307
                           unsigned int len, unsigned char* mask);
311
308
 
312
309
extern int
313
 
XICheckInvalidMaskBits(unsigned char *mask, int len);
 
310
XICheckInvalidMaskBits(ClientPtr client, unsigned char *mask, int len);
314
311
 
315
312
#endif /* EXEVENTS_H */