-----------------------------------------------------------------------------
-- |
-- Module      :  Graphics.X11
-- Copyright   :  (c) Alastair Reid, 1999-2003
-- License     :  BSD-style (see the file libraries/base/LICENSE)
-- 
-- Maintainer  :  libraries@haskell.org
-- Stability   :  provisional
-- Portability :  portable
--
-- A Haskell binding for the X11 libraries.
--
-----------------------------------------------------------------------------

module Graphics.X11 
        ( module Graphics.X11.Xlib
        ) where

import Graphics.X11.Xlib 

----------------------------------------------------------------
-- End
----------------------------------------------------------------