summaryrefslogtreecommitdiffhomepage
path: root/ControlSocket.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-02 17:27:37 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-02 17:27:37 -0400
commit4b828a123be460e68fe5fd0d17812003ca877ee8 (patch)
tree9079356a742558abd485702cc8871ab940a935f8 /ControlSocket.hs
parent63b8a7e037563d40f240dd5ae2e3befc9ff9f5fb (diff)
downloaddebug-me-4b828a123be460e68fe5fd0d17812003ca877ee8.tar.gz
/quit
This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'ControlSocket.hs')
-rw-r--r--ControlSocket.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ControlSocket.hs b/ControlSocket.hs
index 2cf7d86..a53a2e7 100644
--- a/ControlSocket.hs
+++ b/ControlSocket.hs
@@ -32,6 +32,7 @@ data ControlInput
data ControlOutput
= ControlOutputAction ControlAction
| ControlWindowOpened
+ | ControlWindowRequestedImmediateQuit
deriving (Show, Generic)
instance ToJSON ControlInput