From 7b6542e6b13d5457509a3bf79e3ad3ad9a42e48e Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 11 Sep 2022 18:54:34 +0100 Subject: x event loop clean-ups --- src/Xmobar/X11/Types.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Xmobar/X11/Types.hs') diff --git a/src/Xmobar/X11/Types.hs b/src/Xmobar/X11/Types.hs index a403e11..e94967b 100644 --- a/src/Xmobar/X11/Types.hs +++ b/src/Xmobar/X11/Types.hs @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- | -- Module: Xmobar.Types --- Copyright: (c) 2018 Jose Antonio Ortega Ruiz +-- Copyright: (c) 2018, 2022 Jose Antonio Ortega Ruiz -- License: BSD3-style (see LICENSE) -- -- Maintainer: jao@gnu.org @@ -15,11 +15,10 @@ ------------------------------------------------------------------------------ -module Xmobar.X11.Types (X, XConf (..)) where +module Xmobar.X11.Types (X, XConf (..), Bitmap (..), XFont (..)) where import Graphics.X11.Xlib import Control.Monad.Reader -import Data.Map import qualified Data.List.NonEmpty as NE import Xmobar.X11.Bitmap @@ -36,6 +35,6 @@ data XConf = , window :: Window , fontListS :: NE.NonEmpty XFont , verticalOffsets :: NE.NonEmpty Int - , iconS :: Map FilePath Bitmap + , iconCache :: BitmapCache , config :: Config } -- cgit v1.2.3