io/pointer: change Type to uint

This is to allow for future new Types.

Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
This commit is contained in:
Pierre Curto
2021-10-19 20:45:11 +02:00
committed by Elias Naur
parent aac53ad0b5
commit 6b0e00b9aa
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ const (
TypePopAreaLen = 1
TypePassLen = 1
TypePopPassLen = 1
TypePointerInputLen = 1 + 1 + 1 + 2*4 + 2*4
TypePointerInputLen = 1 + 1 + 1*2 + 2*4 + 2*4
TypeClipboardReadLen = 1
TypeClipboardWriteLen = 1
TypeKeyInputLen = 1 + 1