X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_evas.c;h=1f72188acc7dbfa7672034e03e7cd4b36741f8eb;hp=029504a3bbe943281a6ab4e1537fc420fe7a5c26;hb=1b56a6791ef0e24b38fb32678115fb83b174ef30;hpb=08a63f63dbe7a5ffa9f04526c68b5d298c2e5f41 diff --git a/src/rb_evas.c b/src/rb_evas.c index 029504a..1f72188 100644 --- a/src/rb_evas.c +++ b/src/rb_evas.c @@ -1,5 +1,5 @@ /* - * $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) * @@ -22,10 +22,12 @@ #include +#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)