Changeset 16512 for titan/plugins/streaminfo
- Timestamp:
- 06/12/12 21:27:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/streaminfo/streaminfo.h
r15561 r16512 55 55 free(tmpstr); tmpstr = NULL; 56 56 57 drawscreen(streaminfo, 0 );57 drawscreen(streaminfo, 0, 0); 58 58 59 59 rcret = waitrc(streaminfo, 1000, 0); 60 61 60 if(rcret == getrcconfigint("rcexit", NULL)) break; 61 if(rcret == getrcconfigint("rcok", NULL)) break; 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.