Added support for the XRender Evas engine.
[ruby-ecore.git] / src / ecore_evas / rb_xrender_x11.h
diff --git a/src/ecore_evas/rb_xrender_x11.h b/src/ecore_evas/rb_xrender_x11.h
new file mode 100644 (file)
index 0000000..e40a9c4
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * $Id: rb_xrender_x11.h 348 2005-12-24 17:11:24Z tilman $
+ *
+ * Copyright (C) 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
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef __RB_XRENDER_X11_H
+#define __RB_XRENDER_X11_H
+
+void Init_XRenderX11 (void);
+
+#endif