Changeset 3295
- Timestamp:
- Nov 6, 2008, 8:14:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/caca.php
r3294 r3295 445 445 } 446 446 447 function getEvent($t, $timeout ) {447 function getEvent($t, $timeout = 0) { 448 448 $ev = caca_get_event($this->dp, $t, $timeout); 449 449 if(! $ev) {
Note: See TracChangeset
for help on using the changeset viewer.