diff options
Diffstat (limited to 'src/Rahm/Desktop/ScreenRotate.hs')
| -rw-r--r-- | src/Rahm/Desktop/ScreenRotate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/ScreenRotate.hs b/src/Rahm/Desktop/ScreenRotate.hs index 1f238b1..718976d 100644 --- a/src/Rahm/Desktop/ScreenRotate.hs +++ b/src/Rahm/Desktop/ScreenRotate.hs @@ -1,6 +1,6 @@ module Rahm.Desktop.ScreenRotate where -import XMonad.StackSet as W +import Rahm.Desktop.StackSet as W screenRotateBackward :: W.StackSet i l a sid sd -> W.StackSet i l a sid sd screenRotateBackward (W.StackSet current visible others floating) = do |