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 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