summaryrefslogtreecommitdiffhomepage
path: root/ControlSocket.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-29 15:13:44 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-29 15:13:44 -0400
commit37eb3fc850cb28bcf72d971b4fff99902bbce811 (patch)
tree7271540eaff79baa3a2b5ccbb089a282d28e7f02 /ControlSocket.hs
parenta61df1522ddf8a36839cf1180d3b16e354459e9a (diff)
downloaddebug-me-37eb3fc850cb28bcf72d971b4fff99902bbce811.tar.gz
use developer control window to tell when write access is granted
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 6512f4b..782235a 100644
--- a/ControlSocket.hs
+++ b/ControlSocket.hs
@@ -21,6 +21,7 @@ import Data.Char
data ControlInput
= ControlInputAction ControlAction
+ | ControlWindowMessage String
deriving (Show, Generic)
data ControlOutput