summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index ede62d7b0a..15ee1df736 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -229,16 +229,7 @@ extern bool gui_synclist_keyclick_callback(int action, void* data);
229 */ 229 */
230extern bool gui_synclist_do_button(struct gui_synclist * lists, int *action); 230extern bool gui_synclist_do_button(struct gui_synclist * lists, int *action);
231#if !defined(PLUGIN) 231#if !defined(PLUGIN)
232struct listitem_viewport_cfg { 232struct listitem_viewport_cfg;
233 struct wps_data *data;
234 OFFSETTYPE(char *) label;
235 int width;
236 int height;
237 int xmargin;
238 int ymargin;
239 bool tile;
240 struct skin_viewport selected_item_vp;
241};
242 233
243bool skinlist_get_item(struct screen *display, struct gui_synclist *list, int x, int y, int *item); 234bool skinlist_get_item(struct screen *display, struct gui_synclist *list, int x, int y, int *item);
244bool skinlist_draw(struct screen *display, struct gui_synclist *list); 235bool skinlist_draw(struct screen *display, struct gui_synclist *list);