Added Ecore::Evas::EcoreEvas#iconified? and #iconified=.
[ruby-ecore.git] / src / ecore_evas / rb_ecore_evas_main.c
index 71b5146e1e9d0082056622bf70ac5d949a5fdc5a..b77925f16fcfae496d28d5262a49217826331d50 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Id: rb_ecore_evas_main.c 71 2004-08-16 18:08:48Z tilman $
+ * $Id: rb_ecore_evas_main.c 348 2005-12-24 17:11:24Z tilman $
  *
- * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
+ * Copyright (C) 2004-2005 ruby-ecore team (see AUTHORS)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -27,7 +27,9 @@
 #include "rb_ecore_evas.h"
 #include "rb_software_x11.h"
 #include "rb_gl_x11.h"
+#include "rb_xrender_x11.h"
 #include "rb_fb.h"
+#include "rb_buffer.h"
 
 void Init_ecore_evas (void)
 {
@@ -39,5 +41,7 @@ void Init_ecore_evas (void)
        Init_EcoreEvas ();
        Init_SoftwareX11 ();
        Init_GlX11 ();
+       Init_XRenderX11 ();
        Init_Fb ();
+       Init_Buffer ();
 }