aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/ScreenRotate.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2022-04-24 20:34:51 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-04-24 20:34:51 -0600
commit72414e1732064079719b1f1021dc4badce654903 (patch)
tree0f2bcdf6074b6a8f696c53efb0a83bdd53460275 /src/Rahm/Desktop/ScreenRotate.hs
parent32a394483e5d8f571b27a70f9a7156cae1ed6180 (diff)
downloadrde-72414e1732064079719b1f1021dc4badce654903.tar.gz
rde-72414e1732064079719b1f1021dc4badce654903.tar.bz2
rde-72414e1732064079719b1f1021dc4badce654903.zip
Add R.D.StackSet as a replacement for StackSet.
Diffstat (limited to 'src/Rahm/Desktop/ScreenRotate.hs')
-rw-r--r--src/Rahm/Desktop/ScreenRotate.hs2
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