Removed RCS-style IDs.
[ruby-ecore.git] / src / ecore_evas / rb_ecore_evas_main.h
index 626b5dbaf9d3e8349ca816c88e42e155ff166428..d2a0709142d82630786b6f582825918a695514ca 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Id: rb_ecore_evas_main.h 9 2004-06-19 19:53:47Z tilman $
- *
- * 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
@@ -21,7 +19,7 @@
 #ifndef __RB_ECORE_EVAS_MAIN_H
 #define __RB_ECORE_EVAS_MAIN_H
 
-VALUE mEvas;
+VALUE mEvas, cWindow;
 
 #endif