module XStuff(XCommand,XEvent,XWId(..),WindowId,XRequest,XResponse,AsyncInput(..),AEvent,SocketRequest,Descriptor,SocketResponse,XDisplay(..),Display) where import Command import Event import Sockets import Xtypes -- This file part is NOT part of the Fudget library. It is used -- to create an interface file for use in the Prelude construction.