X-Git-Url: http://git.code-monkey.de/?p=ruby-evas.git;a=blobdiff_plain;f=src%2Frb_evas_main.c;h=458a713269e5d2dfb7acfe4a3c56d698b4522906;hp=958e87719b00b8d5d0959b7a372a1402a971aac7;hb=c3202d026f3800676461ee407f2a5e46dc20e2f2;hpb=fd0de4e1c0f50ac6a3c502d9004f5796cfdfb302 diff --git a/src/rb_evas_main.c b/src/rb_evas_main.c index 958e877..458a713 100644 --- a/src/rb_evas_main.c +++ b/src/rb_evas_main.c @@ -1,6 +1,4 @@ /* - * $Id: rb_evas_main.c 61 2004-08-12 10:04:07Z tilman $ - * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * * This library is free software; you can redistribute it and/or @@ -25,6 +23,7 @@ #include "rb_evas_main.h" #include "rb_evas.h" #include "rb_evas_object.h" +#include "rb_evas_object_events.h" #include "rb_rectangle.h" #include "rb_line.h" #include "rb_gradient.h" @@ -39,6 +38,7 @@ void Init_evas (void) Init_Evas (); Init_EvasObject (); + Init_EvasObjectEvents (); Init_Rectangle (); Init_Line (); Init_Gradient ();