Changeset 24911
- Timestamp:
- 11/17/13 16:28:49 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r24880 r24911 138 138 { 139 139 if(status.timeshifttype == 1 && status.timeshiftpos == 0) 140 { 140 141 timeshiftpause(0); 142 timeshiftinfobar(&playinfobarstatus, &playinfobarcount); 143 } 141 144 else 142 145 timeshiftplay(&playinfobarstatus, &playinfobarcount); 143 146 } 144 147 else 148 { 145 149 timeshiftpause(0); 150 timeshiftinfobar(&playinfobarstatus, &playinfobarcount); 151 } 146 152 147 153 continue; -
titan/titan/timeshift.h
r24909 r24911 7 7 { 8 8 int ret = 0; 9 struct skin* playinfobarpic = getscreen("playinfobarpic"); 10 9 11 10 if(flag == 0 && status.timeshift == 1 && status.playing == 0 && status.timeshifttype == 1 && status.timeshiftpos == 0) //stop service 12 11 { … … 35 34 if(ret == 0) 36 35 { 37 drawscreen(playinfobarpic, 0, 0);38 36 ret = recordstart(status.aktservice->channel, -1, 0, RECTIMESHIFT, 0, NULL); 39 37 if(ret != 0) … … 55 53 status.pause = 1; 56 54 playerpausets(); 57 drawscreen(playinfobarpic, 0, 0);58 55 } 59 56 } … … 150 147 int ret = 1; 151 148 152 struct skin* playinfobarpic = getscreen("playinfobarpic");153 149 struct service* snode = getservice(RECORDTIMESHIFT, 0); 154 150 … … 178 174 { 179 175 if(status.playspeed != 0 || status.slowspeed != 0) 180 {181 176 playerpausets(); 182 drawscreen(playinfobarpic, 0, 0);183 }184 177 if(status.slowspeed != 0) 185 178 audioclearbuffer(status.aktservice->audiodev); … … 400 393 //*playinfobarstatus = 0; 401 394 *playinfobarstatus = 2; 402 screenplayinfobar(NULL, NULL, 1, 1, 4);395 //screenplayinfobar(NULL, NULL, 1, 1, 4); 403 396 } 404 397 if(status.playing == 1)
Note: See TracChangeset
for help on using the changeset viewer.