Swapped contents of rb_software_x11.[ch] and rb_gl_x11.[ch].
[ruby-ecore.git] / src / ecore_evas / rb_software_x11.h
index cb409c081adc2cb0615afc849e61dc2539cbfc67..4a867631284b8215b280c7ba8936fd90c44a3a77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_software_x11.h 9 2004-06-19 19:53:47Z tilman $
+ * $Id: rb_software_x11.h 15 2004-06-20 13:23:07Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -18,9 +18,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef __RB_GL_X11_H
-#define __RB_GL_X11_H
+#ifndef __RB_SOFTWARE_X11_H
+#define __RB_SOFTWARE_X11_H
 
-void Init_GlX11 (void);
+void Init_SoftwareX11 (void);
 
 #endif