adjust imperative shell to use xyz coordinates for position, instead of simply xy; need to ensure the functional core code outputs a vector in this format too
This commit is contained in:
@@ -1,8 +1,2 @@
|
||||
structure DrawMsg =
|
||||
struct
|
||||
datatype t =
|
||||
REDRAW_TEXT of Real32.real vector
|
||||
| REDRAW_CURSOR of Real32.real vector
|
||||
| REDRAW_BG of Real32.real vector
|
||||
| YANK of string
|
||||
end
|
||||
struct datatype t = DRAW_TEXT of Real32.real vector | YANK of string end
|
||||
|
||||
Reference in New Issue
Block a user