Changeset 2822 for libcaca/trunk/ruby/caca-font.c
- Timestamp:
- 09/27/08 16:11:36 (5 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/ruby/caca-font.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ruby/caca-font.c
r2821 r2822 86 86 } 87 87 88 void Init_caca_font(VALUE mC ucul)88 void Init_caca_font(VALUE mCaca) 89 89 { 90 cFont = rb_define_class_under(mC ucul, "Font", rb_cObject);90 cFont = rb_define_class_under(mCaca, "Font", rb_cObject); 91 91 rb_define_alloc_func(cFont, font_alloc); 92 92
Note: See TracChangeset
for help on using the changeset viewer.
