Xi: Include XI protocol header in exevents.h

Make sure we have all the types we need to use this header.
(cherry picked from commit e29e69960d)
This commit is contained in:
Daniel Stone 2007-10-27 21:34:22 +03:00
parent bd779f8cde
commit 63c6d9d622

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 */);