Changeset 39682
- Timestamp:
- 01/07/17 14:42:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/channellist.h
r38291 r39682 846 846 drawchannellist(channellist, list, listbox); 847 847 } 848 848 849 status.updatevfd = PAUSE; 850 849 851 while(1) 850 852 { 853 if(checkchipset("BCM7424") == 1 || checkbox("DM900") == 1 || checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1) 854 writevfdmenu(status.markedchannel->name); 851 855 if(flag == 2) 852 856 { … … 1808 1812 1809 1813 end: 1814 status.updatevfd = START; 1810 1815 listbox->fontcol = oldfontcol; 1811 1816 listbox->bgcol = oldbgcol;
Note: See TracChangeset
for help on using the changeset viewer.