Changeset 38801
- Timestamp:
- 09/15/16 14:38:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r38796 r38801 375 375 } 376 376 377 setfbtransparent(255); 378 377 379 drawscreen(skinadjust, 0, 0); 378 380 addscreenrc(skinadjust, listbox); … … 466 468 if(listbox->select != NULL && ostrcmp(listbox->select->name, "channellist_sel") == 0) 467 469 { 468 setfbtransparent(255);469 470 470 tmpstr = ostrcat(tmpstr, getconfig("skinpath", NULL), 1, 0); 471 471 tmpstr = ostrcat(tmpstr, "/preview/", 1, 0); … … 980 980 favcol->fontcol2 = convertcol(tmpstr); 981 981 } 982 setosdtransparent(getskinconfigint("osdtransparent", NULL));983 982 drawscreen(skinadjust, 0, 0); 984 983 … … 1077 1076 } 1078 1077 1078 setosdtransparent(getskinconfigint("osdtransparent", NULL)); 1079 1079 1080 delskinconfigtmpall(); 1080 1081 delownerrc(skinadjust);
Note: See TracChangeset
for help on using the changeset viewer.