Changeset 25495 for titan


Ignore:
Timestamp:
01/07/14 11:19:37 (10 years ago)
Author:
gost
Message:

[titan] infobar after marker jump

Location:
titan/titan
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r25492 r25495  
    926926int setmarker();
    927927int jumpmarker(char* timetext);
    928 void screenmarker();
     928void screenmarker(char* file, char* showname, int* playinfobarstatus, int* playinfobarcount, int playertype, int flag);
    929929off64_t getcurrentpos(struct service* snode);
    930930
  • titan/titan/marker.h

    r25492 r25495  
    265265}
    266266       
    267 void screenmarker()
     267void screenmarker(char* file, char* showname, int* playinfobarstatus, int* playinfobarcount, int playertype, int flag)
    268268{
    269269        int rcret;
     
    325325        clearscreen(screen1);
    326326        blitfb(0);
     327        if(rcret==getrcconfigint("rcok",NULL))
     328        {
     329                *playinfobarstatus = 1;
     330                *playinfobarcount = 0;
     331                screenplayinfobar(file, showname, 0, playertype, flag);
     332        }
    327333}
    328334
  • titan/titan/play.h

    r25468 r25495  
    15851585                                if(rcret == getrcconfigint("rc0", NULL))
    15861586                                        setmarker();
     1587                                       
    15871588                                if(rcret == getrcconfigint("rc5", NULL))
    1588                                         screenmarker();
     1589                                        screenmarker(file, showname, &playinfobarstatus, &playinfobarcount, playertype, flag);
    15891590
    15901591                        }
Note: See TracChangeset for help on using the changeset viewer.