diff options
Diffstat (limited to 'lib/Graphics/X11/Extra.hs')
-rw-r--r-- | lib/Graphics/X11/Extra.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Graphics/X11/Extra.hs b/lib/Graphics/X11/Extra.hs new file mode 100644 index 0000000..ce4cb46 --- /dev/null +++ b/lib/Graphics/X11/Extra.hs @@ -0,0 +1,5 @@ +module Graphics.X11.Extra + ( module Graphics.X11.Xlib.Extra + ) where + +import Graphics.X11.Xlib.Extra |