6 lines
81 B
Standard ML
6 lines
81 B
Standard ML
|
|
structure InputMsg =
|
||
|
|
struct
|
||
|
|
datatype t =
|
||
|
|
RESIZE_EVENT of int * int
|
||
|
|
end
|