Don't use global variables for the Ruby classes.
[ruby-ecore.git] / src / ecore_evas / rb_ecore_evas_main.c
index b5cffefdc220acb858378d5851ecaed169add6a0..d3487dfa55cfe41278e895926867aee11f335dff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_ecore_evas_main.c 9 2004-06-19 19:53:47Z tilman $
+ * $Id: rb_ecore_evas_main.c 22 2004-06-26 16:43:41Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -26,6 +26,8 @@
 #include "rb_ecore_evas_main.h"
 #include "rb_ecore_evas.h"
 #include "rb_software_x11.h"
+#include "rb_gl_x11.h"
+#include "rb_fb.h"
 
 static VALUE m_init (VALUE self)
 {
@@ -50,6 +52,6 @@ void Init_ecore_evas (void)
        Init_EcoreEvas ();
        Init_SoftwareX11 ();
        Init_GlX11 ();
-       /*Init_FrameBuffer ();*/
+       Init_Fb ();
 }