X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2Frb_gl_x11.c;h=274230e4cb01bfcf8ac9500071e7b8b8dafa744d;hp=de65a7313ff8884eab6c36ef54da730bb28b7e3f;hb=094fc971409b22abd413ed08935786dba73a9062;hpb=810fc05e89fcbdc679cb866b178d6036d1e67235 diff --git a/src/ecore_evas/rb_gl_x11.c b/src/ecore_evas/rb_gl_x11.c index de65a73..274230e 100644 --- a/src/ecore_evas/rb_gl_x11.c +++ b/src/ecore_evas/rb_gl_x11.c @@ -1,5 +1,5 @@ /* - * $Id: rb_gl_x11.c 27 2004-07-08 18:25:05Z tilman $ + * $Id: rb_gl_x11.c 40 2004-07-25 13:14:34Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -64,7 +64,7 @@ static VALUE c_new (int argc, VALUE *argv, VALUE klass) void Init_GlX11 (void) { - VALUE cGlX11 = rb_define_class_under (mEvas, "GlX11", cEcoreEvas); + VALUE c = rb_define_class_under (mEvas, "GlX11", cEcoreEvas); - rb_define_singleton_method (cGlX11, "new", c_new, -1); + rb_define_singleton_method (c, "new", c_new, -1); }