Resolve the cWindow reference using Ruby.
[ruby-ecore.git] / src / ecore_x / rb_window.c
index 204d3014444db9e32a8d5972bc6dca4d32e48de5..3005b4ae907ca930aa270d73b317be9046a3247b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_window.c 351 2006-02-10 15:25:40Z tilman $
+ * $Id: rb_window.c 389 2006-11-11 11:40:24Z tilman $
  *
  * Copyright (C) 2004 ruby-ecore team (see AUTHORS)
  *
@@ -29,7 +29,7 @@
 #include "rb_window.h"
 #include "rb_cursor.h"
 
-VALUE cWindow;
+static VALUE cWindow;
 
 static void c_mark (RbWindow *w)
 {