/* Copyright 2006 by Peter Hutterer */ #ifdef HAVE_DIX_CONFIG_H #include #endif #ifndef MPXEVENTS_H #define MPXEVENTS_H 1 #include /* for inputstr.h */ #include /* Request macro */ #include "inputstr.h" /* DeviceIntPtr */ extern int MPXSelectForWindow( WindowPtr /* pWin */, ClientPtr /* client */, int /* mask */); #endif