summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Run/Runnable.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-02-11 04:40:34 +0000
committerjao <jao@gnu.org>2025-02-11 11:58:06 +0000
commit4beda5f4d1067117f2c2786727697f79cf986244 (patch)
treed3f93ff60771e554648c05ae1a055d50b0b828a9 /src/Xmobar/Run/Runnable.hs
parent7390d759240785f660cbdb0ca55898732aa12c98 (diff)
downloadxmobar-4beda5f4d1067117f2c2786727697f79cf986244.tar.gz
xmobar-4beda5f4d1067117f2c2786727697f79cf986244.tar.bz2
prototype for onClick method in Exec
Diffstat (limited to 'src/Xmobar/Run/Runnable.hs')
-rw-r--r--src/Xmobar/Run/Runnable.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/Run/Runnable.hs b/src/Xmobar/Run/Runnable.hs
index f89f901..a95e70b 100644
--- a/src/Xmobar/Run/Runnable.hs
+++ b/src/Xmobar/Run/Runnable.hs
@@ -32,6 +32,7 @@ instance Exec Runnable where
start (Run a) = start a
alias (Run a) = alias a
trigger (Run a) = trigger a
+ onClick (Run a) = onClick a
instance Show Runnable where
show (Run x) = "Run " ++ show x