~osd-lyrics/osd-lyrics/packing

« back to all changes in this revision

Viewing changes to src/ol_option.c

  • Committer: Tiger Soldier
  • Date: 2011-05-12 06:13:17 UTC
  • Revision ID: git-v1:f7eebfb9eb2d59d9ba4c8cd037e1397b54d89545
add scroll mode options in scroll window

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
};
118
118
 
119
119
static const char *proxy_types[] = {"http", "socks4", "socks5", NULL};
 
120
static const char *scroll_modes[] = {"always", "lines", NULL};
120
121
 
121
122
static struct ComboStringOptions combo_str_options[] = {
122
123
  {.widget_name = "proxy-type", .config_group = "Download", .config_name = "proxy-type", .values = proxy_types},
 
124
  {.widget_name = "scroll-scroll-mode", .config_group = "ScrollMode", .config_name = "scroll-mode", .values = scroll_modes},
123
125
};
124
126
 
125
127
static struct _OptionWidgets