1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

tested MouseEvent

This commit is contained in:
ser1zw 2011-05-05 00:59:55 +09:00
parent 4813ec29bc
commit 6be99de63c
3 changed files with 21 additions and 4 deletions

View file

@ -56,7 +56,7 @@ VALUE
rb_allocate(VALUE klass)
{
MouseEvent *ptr;
return Data_Make_Struct(klass, MouseEvent, 0, -1, ptr);
return Data_Make_Struct(klass, MouseEvent, 0, 0, ptr);
}
/*