Removed RCS-style IDs.
[ruby-ecore.git] / src / ecore_evas / rb_gl_x11.h
index a9785ee5c4b1f06aa44c88794ba94e0063750832..72774ca5caf8103dbf5c402bd8e54b7e43298b57 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Id$
- *
- * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
+ * Copyright (C) 2004 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
@@ -18,9 +16,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#ifndef __RB_SOFTWARE_X11_H
-#define __RB_SOFTWARE_X11_H
+#ifndef __RB_GL_X11_H
+#define __RB_GL_X11_H
 
-void Init_SoftwareX11 (void);
+void Init_GlX11 (void);
 
 #endif