Changeset 41185 for titan/titan/skin.h


Ignore:
Timestamp:
11/17/17 21:02:56 (6 years ago)
Author:
gost
Message:

[titan] add new skinfunction getvolumebar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skin.h

    r39667 r41185  
    228228                *rettype = FUNCPROGRESS;
    229229                return &getepgakttimeline;
     230        }
     231        if(ostrcmp("getvolumebar", value) == 0)
     232        {
     233                *rettype = FUNCPROGRESS;
     234                return &getvolumebar;
    230235        }
    231236        if(ostrcmp("getsnrline", value) == 0)
Note: See TracChangeset for help on using the changeset viewer.