Moved RUBY_EVAS_OBJECT_KEY from rb_evas.h to rb_evas_object.h.
[ruby-evas.git] / src / rb_evas_object.h
index 02188816777047b6c65eb3f6a86c69093a8829b0..fee1a15f60e0381262e5cd65792723e7f1cc82b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_evas_object.h 2 2004-06-19 18:55:39Z tilman $
+ * $Id: rb_evas_object.h 42 2004-07-25 16:08:00Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
@@ -21,6 +21,8 @@
 #ifndef __RB_EVAS_OBJECT_H
 #define __RB_EVAS_OBJECT_H
 
+#define RUBY_EVAS_OBJECT_KEY "__RB_EVAS_OBJECT_OBJECT"
+
 VALUE cEvasObject;
 
 void Init_EvasObject (void);