mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 00:00:06 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue