Resolve the cWindow reference using Ruby.
[ruby-ecore.git] / src / ecore_evas / rb_ecore_evas_main.h
index 8817478af64debb02fe89f08d44daf7a33b1209f..58bacbd859f327ebd0f726cebd904ddeb1b0a725 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_ecore_evas_main.h 77 2004-08-19 17:39:29Z tilman $
+ * $Id: rb_ecore_evas_main.h 389 2006-11-11 11:40:24Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -21,7 +21,7 @@
 #ifndef __RB_ECORE_EVAS_MAIN_H
 #define __RB_ECORE_EVAS_MAIN_H
 
-VALUE mEvas;
+VALUE mEvas, cWindow;
 
 #endif