Changeset 25495
- Timestamp:
- 01/07/14 11:19:37 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/header.h
r25492 r25495 926 926 int setmarker(); 927 927 int jumpmarker(char* timetext); 928 void screenmarker( );928 void screenmarker(char* file, char* showname, int* playinfobarstatus, int* playinfobarcount, int playertype, int flag); 929 929 off64_t getcurrentpos(struct service* snode); 930 930 -
titan/titan/marker.h
r25492 r25495 265 265 } 266 266 267 void screenmarker( )267 void screenmarker(char* file, char* showname, int* playinfobarstatus, int* playinfobarcount, int playertype, int flag) 268 268 { 269 269 int rcret; … … 325 325 clearscreen(screen1); 326 326 blitfb(0); 327 if(rcret==getrcconfigint("rcok",NULL)) 328 { 329 *playinfobarstatus = 1; 330 *playinfobarcount = 0; 331 screenplayinfobar(file, showname, 0, playertype, flag); 332 } 327 333 } 328 334 -
titan/titan/play.h
r25468 r25495 1585 1585 if(rcret == getrcconfigint("rc0", NULL)) 1586 1586 setmarker(); 1587 1587 1588 if(rcret == getrcconfigint("rc5", NULL)) 1588 screenmarker( );1589 screenmarker(file, showname, &playinfobarstatus, &playinfobarcount, playertype, flag); 1589 1590 1590 1591 }
Note: See TracChangeset
for help on using the changeset viewer.