소스 검색

default to $timeout = 0 in Display::getEvent()

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 년 전
부모
커밋
d9d23767d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      caca-php/caca.php

+ 1
- 1
caca-php/caca.php 파일 보기

@@ -444,7 +444,7 @@ class Display {
return caca_set_mouse($this->dp, $state);
}

function getEvent($t, $timeout) {
function getEvent($t, $timeout = 0) {
$ev = caca_get_event($this->dp, $t, $timeout);
if(! $ev) {
return NULL;


불러오는 중...
취소
저장