Changeset 15580
- Timestamp:
- 05/09/12 01:10:53 (11 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/adjust.h
r15573 r15580 35 35 struct skin* screenanim = getscreennode(adjust, "screenanim"); 36 36 struct skin* screenanimspeed = getscreennode(adjust, "screenanimspeed"); 37 37 struct skin* channellistview = getscreennode(adjust, "channellistview"); 38 38 39 39 struct skin* tmp = NULL; … … 161 161 addchoicebox(screenanimspeed, "20", _("very slow")); 162 162 setchoiceboxselection(screenanimspeed, getconfig("screenanimspeed", NULL)); 163 164 163 164 addchoicebox(channellistview, "0", _("hidden")); 165 165 addchoicebox(channellistview, "1", _("deactive")); 166 166 setchoiceboxselection(channellistview, getconfig("channellistview", NULL)); … … 222 222 addconfigscreencheck("screenanimspeed", screenanimspeed, "1"); 223 223 status.screenanimspeed = getconfigint("screenanimspeed", NULL); 224 224 addconfigscreencheck("channellistview", channellistview, "0"); 225 225 status.channellistview = getconfigint("channellistview", NULL); 226 226 -
titan/titan/struct.h
r15573 r15580 1068 1068 //should thumb thread start 1069 1069 int createthumb; 1070 1071 1072 1073 1070 //time for next picmem timeout check 1071 time_t picmemtimeout; 1072 //show not tunable channel hidden (0)) or deaktive (1) in channellist 1073 int channellistview; 1074 1074 } status; 1075 1075
Note: See TracChangeset
for help on using the changeset viewer.