done merging draw thread with update thread
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
structure MailboxType =
|
||||
struct datatype t = DRAW of DrawMsg.t | SEARCH of LineGap.t * string * Time.time end
|
||||
struct datatype t = DRAW of DrawMsg.t | SEARCH of SearchMsg.t end
|
||||
|
||||
1
message-types/search-msg.sml
Normal file
1
message-types/search-msg.sml
Normal file
@@ -0,0 +1 @@
|
||||
structure SearchMsg = struct type t = LineGap.t * string * Time.time end
|
||||
Reference in New Issue
Block a user