summaryrefslogtreecommitdiffstats
path: root/OSX/ios-function-table.m
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-18 11:55:41 +0100
committerSimon Rettberg2019-02-18 11:55:41 +0100
commitae69a754244c4e475c8d2591772ca8e005071d83 (patch)
tree58b3fa7abc2dcfe3c23e1c0ce108950c720826ab /OSX/ios-function-table.m
parentUpdate gitignore (diff)
downloadxscreensaver-ae69a754244c4e475c8d2591772ca8e005071d83.tar.gz
xscreensaver-ae69a754244c4e475c8d2591772ca8e005071d83.tar.xz
xscreensaver-ae69a754244c4e475c8d2591772ca8e005071d83.zip
Update to 5.42
Diffstat (limited to 'OSX/ios-function-table.m')
-rw-r--r--OSX/ios-function-table.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/OSX/ios-function-table.m b/OSX/ios-function-table.m
index fcb2808..c2e5b88 100644
--- a/OSX/ios-function-table.m
+++ b/OSX/ios-function-table.m
@@ -1,5 +1,5 @@
/* Generated file, do not edit.
- Created: Sat Aug 4 21:35:23 2018 by build-fntable.pl 1.6.
+ Created: Tue Oct 23 19:02:07 2018 by build-fntable.pl 1.6.
*/
#import <Foundation/Foundation.h>
@@ -107,6 +107,7 @@ extern struct xscreensaver_function_table
greynetic_xscreensaver_function_table,
halftone_xscreensaver_function_table,
halo_xscreensaver_function_table,
+ handsy_xscreensaver_function_table,
helix_xscreensaver_function_table,
hexadrop_xscreensaver_function_table,
hexstrut_xscreensaver_function_table,
@@ -346,6 +347,7 @@ NSDictionary *make_function_table_dict(void)
[NSValue valueWithPointer:&greynetic_xscreensaver_function_table], @"greynetic",
[NSValue valueWithPointer:&halftone_xscreensaver_function_table], @"halftone",
[NSValue valueWithPointer:&halo_xscreensaver_function_table], @"halo",
+ [NSValue valueWithPointer:&handsy_xscreensaver_function_table], @"handsy",
[NSValue valueWithPointer:&helix_xscreensaver_function_table], @"helix",
[NSValue valueWithPointer:&hexadrop_xscreensaver_function_table], @"hexadrop",
[NSValue valueWithPointer:&hexstrut_xscreensaver_function_table], @"hexstrut",