Changeset 4769 for trunk/Ohana/src/kapa/event/FlushDisplay.c
- Timestamp:
- Aug 15, 2005, 3:00:59 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/event/FlushDisplay.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/event/FlushDisplay.c
r2473 r4769 14 14 if (!reftimeset) { 15 15 flush = TRUE; 16 gettimeofday (&reftime, (struct timeval *)NULL);16 gettimeofday (&reftime, NULL); 17 17 } 18 18 19 gettimeofday (&now, (struct timeval *)NULL);19 gettimeofday (&now, NULL); 20 20 dtime = DTIME (now, reftime); 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
