X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2FSaverListController.h;h=9b46133517ccecc823f3d17b437798d4fc6f4c21;hp=fef8a78ef301b5e0f613284214cb0ea82d98d8bd;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/OSX/SaverListController.h b/OSX/SaverListController.h index fef8a78e..9b461335 100644 --- a/OSX/SaverListController.h +++ b/OSX/SaverListController.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2012 Jamie Zawinski +/* xscreensaver, Copyright (c) 2012-2014 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -15,12 +15,13 @@ #import -@interface SaverListController : UITableViewController { +@interface SaverListController : UITableViewController { int active_section_count; NSMutableArray *list_by_letter[26]; // 27 to get "#" after "Z". NSMutableArray *letter_sections; NSMutableArray *section_titles; + NSArray *names; NSDictionary *descriptions; int tap_count; @@ -29,7 +30,6 @@ } - (id)initWithNames:(NSArray *)names descriptions:(NSDictionary *)descs; -- (void) reload:(NSArray *)names descriptions:(NSDictionary *)descs; - (void) scrollTo:(NSString *)name; @end