Implement type parameterization in XS
[gitmo/Mouse.git] / mouse.h
diff --git a/mouse.h b/mouse.h
index 8d25738..daf740f 100644 (file)
--- a/mouse.h
+++ b/mouse.h
@@ -126,7 +126,8 @@ XS(mouse_xs_reader);
 XS(mouse_xs_writer);
 
 typedef enum mouse_tc{
-     MOUSE_TC_ANY = 1,
+     MOUSE_TC_MAYBE,
+     MOUSE_TC_ANY,
      MOUSE_TC_ITEM,
      MOUSE_TC_UNDEF,
      MOUSE_TC_DEFINED,