Changeset 13701


Ignore:
Timestamp:
01/23/12 13:28:20 (12 years ago)
Author:
obi
Message:

fix titan building

Location:
titan
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/mboxinfo/mboxinfo.c

    r13648 r13701  
    136136                rcret = waitrc(screen, 0, 0);
    137137
    138                 if(rcret ==g etrcconfigint("rcexit",NULL)) break;
     138                if(rcret == getrcconfigint("rcexit",NULL)) break;
    139139                if(listbox->select != NULL && rcret == getrcconfigint("rcok",NULL))
    140140                {
  • titan/plugins/mc/mc_videoplayer.h

    r13651 r13701  
    128128                {
    129129                        if((status.play == 1) || (status.playspeed != 0))
    130                                 playrcjumpf(filename, 600, &playinfobarstatus, &playinfobarcount, playertype,ype flag);
     130                                playrcjumpf(filename, 600, &playinfobarstatus, &playinfobarcount, playertype, flag);
    131131                }
    132132
  • titan/titan/header.h

    r13125 r13701  
    11#ifndef HEADER_H
    22#define HEADER_H
     3
     4//skin.h
     5void fillrect(int posx, int posy, int width, int height, long color, int transparent);
     6
     7//play.h
     8void playerffts(int speed);
     9
     10//subtitle.h
     11void screensubtitle();
     12
     13//audiotrack.h
     14void screenaudiotrack();
    315
    416//numinput.h
Note: See TracChangeset for help on using the changeset viewer.