Changeset 39035 for titan/plugins/tithek


Ignore:
Timestamp:
09/26/16 17:41:18 (8 years ago)
Author:
obi
Message:

add loading screen on tithek start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek_global.h

    r39034 r39035  
    779779{
    780780        char* tmpstr = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *cmd = NULL, *line = NULL, *path = NULL;
     781        struct skin* load = getscreen("loading");
    781782
    782783        if(ostrcmp("http://atemio.dyndns.tv/mediathek/mainmenu.list", titheklink) == 0)
    783784        {
    784785                path = ostrcat("/tmp/localparser", NULL, 0, 0);
     786                drawscreen(load, 0, 0);
    785787
    786788                if(flag == 1)
     
    861863                free(tmpstr1), tmpstr1 = NULL;
    862864                free(tmpstr2), tmpstr2 = NULL;
     865                clearscreen(load);
    863866        }
    864867}
Note: See TracChangeset for help on using the changeset viewer.