Ver código fonte

* Use to_i on the event mask, it is not always an Integer

tags/v0.99.beta14
Pascal Terjan pterjan 17 anos atrás
pai
commit
fab393b78e
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      ruby/caca-display.c

+ 2
- 0
ruby/caca-display.c Ver arquivo

@@ -125,6 +125,8 @@ static VALUE get_event(VALUE self, VALUE event_mask, VALUE timeout)
caca_event_t ev;
VALUE e;

event_mask = rb_funcall(event_mask, rb_intern("to_i"), 0);

if(caca_get_event(_SELF, NUM2UINT(event_mask), &ev, NUM2INT(timeout)) == 0)
{
return Qnil;


Carregando…
Cancelar
Salvar