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:
Daniel Stone 2007-10-27 21:34:22 +03:00
parent df57ae1639
commit e29e69960d

View File

@ -30,6 +30,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef EXEVENTS_H
#define EXEVENTS_H
#include <X11/extensions/XIproto.h>
extern void RegisterOtherDevice (
DeviceIntPtr /* device */);