Macro tweaks.
[ruby-ecore.git] / src / ecore_evas / rb_gl_x11.c
index de65a7313ff8884eab6c36ef54da730bb28b7e3f..274230e4cb01bfcf8ac9500071e7b8b8dafa744d 100644 (file)
@@ -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);
 }