summaryrefslogtreecommitdiffhomepage
path: root/ControlSocket.hs
diff options
context:
space:
mode:
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