From 3edcb34f5838afd4bf90967d90390a7c03ad9976 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 11 Jun 2012 11:34:23 +0900 Subject: [PATCH] hide XMonad.Rotation from X11 in Spiral layout --- xmonad-contrib-0.10-X11-1.6.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/xmonad-contrib-0.10-X11-1.6.patch b/xmonad-contrib-0.10-X11-1.6.patch index 42227f7..119949f 100644 --- a/xmonad-contrib-0.10-X11-1.6.patch +++ b/xmonad-contrib-0.10-X11-1.6.patch @@ -9,3 +9,15 @@ if true ghc-options: -fwarn-tabs -Wall +diff -u xmonad-contrib-0.10/XMonad/Layout/Spiral.hs\~ xmonad-contrib-0.10/XMonad/Layout/Spiral.hs +--- xmonad-contrib-0.10/XMonad/Layout/Spiral.hs~ 2011-11-19 08:26:06.000000000 +0900 ++++ xmonad-contrib-0.10/XMonad/Layout/Spiral.hs 2012-06-11 11:31:00.123639743 +0900 +@@ -26,7 +26,7 @@ + ) where + + import Data.Ratio +-import XMonad ++import XMonad hiding ( Rotation ) + import XMonad.StackSet ( integrate ) + + -- $usage