Resolve the cWindow reference using Ruby.
[ruby-ecore.git] / src / ecore_evas / rb_ecore_evas_main.h
index 4c9a9943ae13ad977b9b8e44443c55ba07c06f17..58bacbd859f327ebd0f726cebd904ddeb1b0a725 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Id$
+ * $Id: rb_ecore_evas_main.h 389 2006-11-11 11:40:24Z 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 +21,7 @@
 #ifndef __RB_ECORE_EVAS_MAIN_H
 #define __RB_ECORE_EVAS_MAIN_H
 
-VALUE mEvas;
+VALUE mEvas, cWindow;
 
 #endif