/*
- * $Id: rb_evas.c 38 2004-07-25 11:27:25Z tilman $
+ * $Id: rb_evas.c 43 2004-07-26 10:49:51Z tilman $
*
* Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
*
#include <Evas.h>
+#define __RB_EVAS_C
#include "rb_evas_main.h"
#include "rb_evas.h"
#include "rb_evas_object.h"
+VALUE cEvas;
static VALUE parents;
static void c_mark (Evas **e)
/*
- * $Id: rb_evas.h 42 2004-07-25 16:08:00Z tilman $
+ * $Id: rb_evas.h 43 2004-07-26 10:49:51Z tilman $
*
* Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
*
#ifndef __RB_EVAS_H
#define __RB_EVAS_H
-VALUE cEvas;
+#ifndef __RB_EVAS_C
+extern VALUE cEvas;
+#endif
void Init_Evas (void);
VALUE TO_EVAS (VALUE parent, Evas *e);