summaryrefslogtreecommitdiffstats
path: root/OSX/ios-function-table.m
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-18 11:55:58 +0100
committerSimon Rettberg2019-02-18 11:55:58 +0100
commitaa7530630e595b80d5db54655fd827b61edc0fd7 (patch)
tree048cb74072450c7592f254c3537ac8f252d09d73 /OSX/ios-function-table.m
parentForgot one DPMS killing instance (diff)
parentUpdate to 5.42 (diff)
downloadxscreensaver-aa7530630e595b80d5db54655fd827b61edc0fd7.tar.gz
xscreensaver-aa7530630e595b80d5db54655fd827b61edc0fd7.tar.xz
xscreensaver-aa7530630e595b80d5db54655fd827b61edc0fd7.zip
Merge branch 'master' into openslxv23
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",