diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 87a41c4..4a03459 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -419,7 +419,7 @@ libs << elm_h('elm_notify.h', 'ElmNotify') libs << elm_h('elm_pager.h', 'ElmPager') libs << elm_h('elm_panel.h', 'ElmPanel') libs << elm_h('elm_panes.h', 'ElmPanes') -#libs << elm_h('elm_password.h', 'ElmX') +libs << elm_h('elm_password.h', 'ElmPassword') #libs << elm_h('elm_photocam.h', 'ElmX') #libs << elm_h('elm_photo.h', 'ElmX') #libs << elm_h('elm_plug.h', 'ElmX') |