xserver/mpx/getevbase.h

17 lines
300 B
C

/* Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au> */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef GETEVBASE_H
#define GETEVBASE_H 1
int SProcMPXGetEventBase(ClientPtr /* client */
);
int ProcMPXGetEventBase(ClientPtr /* client */
);
#endif /* GETEVBASE_H */