X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_evas_object.c;h=7fe3298837ff962c589679dbdf4036ee9ca974ee;hp=52a31f5f1790df934956072fd2c520b6cfa1bac0;hb=6875d95e45841dbac62479cc583d13a7d1fd3803;hpb=1b56a6791ef0e24b38fb32678115fb83b174ef30 diff --git a/src/rb_evas_object.c b/src/rb_evas_object.c index 52a31f5..7fe3298 100644 --- a/src/rb_evas_object.c +++ b/src/rb_evas_object.c @@ -1,5 +1,5 @@ /* - * $Id: rb_evas_object.c 38 2004-07-25 11:27:25Z tilman $ + * $Id: rb_evas_object.c 46 2004-07-26 11:14:50Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -22,10 +22,12 @@ #include +#define __RB_EVAS_OBJECT_C #include "rb_evas_main.h" #include "rb_evas.h" #include "rb_evas_object.h" +VALUE cEvasObject; static VALUE parents; /* called by the child classes */