diff options
| author | jao <jao@gnu.org> | 2022-02-03 23:52:42 +0000 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-02-03 23:52:42 +0000 | 
| commit | 76557c53f60bab75459db03e29c50f5d6ae55309 (patch) | |
| tree | d18646b0daf454bd7584bfbc94842c234ced3a51 /src/Xmobar/X11/Bitmap.hs | |
| parent | 2e3aafa375321176bfdabffcdf78cbdc30f8d67e (diff) | |
| download | xmobar-76557c53f60bab75459db03e29c50f5d6ae55309.tar.gz xmobar-76557c53f60bab75459db03e29c50f5d6ae55309.tar.bz2 | |
Xmobar.X11.Actions -> Xmobar.Run.Actions
Diffstat (limited to 'src/Xmobar/X11/Bitmap.hs')
| -rw-r--r-- | src/Xmobar/X11/Bitmap.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Xmobar/X11/Bitmap.hs b/src/Xmobar/X11/Bitmap.hs index c17f9d2..2dd47ac 100644 --- a/src/Xmobar/X11/Bitmap.hs +++ b/src/Xmobar/X11/Bitmap.hs @@ -2,7 +2,7 @@  -----------------------------------------------------------------------------  -- |  -- Module      :  X11.Bitmap --- Copyright   :  (C) 2013, 2015, 2017, 2018 Alexander Polakov +-- Copyright   :  (C) 2013, 2015, 2017, 2018, 2022 Alexander Polakov  -- License     :  BSD3  --  -- Maintainer  :  jao@gnu.org @@ -23,9 +23,9 @@ import Graphics.X11.Xlib  import System.Directory (doesFileExist)  import System.FilePath ((</>))  import System.Mem.Weak ( addFinalizer ) +import Xmobar.Run.Actions (Action)  import Xmobar.X11.ColorCache  import Xmobar.X11.Parsers (TextRenderInfo(..), Widget(..)) -import Xmobar.X11.Actions (Action)  #ifdef XPM  import Xmobar.X11.XPMFile(readXPMFile) | 
