comparison src/sound.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children 3a7e78e1142d
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
377 the third argument is the device to make it in (defaults to the selected 377 the third argument is the device to make it in (defaults to the selected
378 device). 378 device).
379 */ 379 */
380 (arg, sound, device)) 380 (arg, sound, device))
381 { 381 {
382 static time_t last_bell_time = (time_t) 0; 382 static time_t last_bell_time;
383 static struct device *last_bell_device = (struct device*) 0; 383 static struct device *last_bell_device;
384 time_t now; 384 time_t now;
385 struct device *d = decode_device (device); 385 struct device *d = decode_device (device);
386 386
387 XSETDEVICE (device, d); 387 XSETDEVICE (device, d);
388 now = time (0); 388 now = time (0);