Xi: Include XI protocol header in exevents.h
Make sure we have all the types we need to use this header.
This commit is contained in:
parent
df57ae1639
commit
e29e69960d
|
@ -30,6 +30,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#ifndef EXEVENTS_H
|
#ifndef EXEVENTS_H
|
||||||
#define EXEVENTS_H
|
#define EXEVENTS_H
|
||||||
|
|
||||||
|
#include <X11/extensions/XIproto.h>
|
||||||
|
|
||||||
extern void RegisterOtherDevice (
|
extern void RegisterOtherDevice (
|
||||||
DeviceIntPtr /* device */);
|
DeviceIntPtr /* device */);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue