X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2Frb_ecore_evas_main.h;h=58bacbd859f327ebd0f726cebd904ddeb1b0a725;hp=626b5dbaf9d3e8349ca816c88e42e155ff166428;hb=5c851d60ccd05df625b6ccaf4a425339912a1da3;hpb=f007c429dfb7b76be36317212a0585401e13984a diff --git a/src/ecore_evas/rb_ecore_evas_main.h b/src/ecore_evas/rb_ecore_evas_main.h index 626b5db..58bacbd 100644 --- a/src/ecore_evas/rb_ecore_evas_main.h +++ b/src/ecore_evas/rb_ecore_evas_main.h @@ -1,7 +1,7 @@ /* - * $Id: rb_ecore_evas_main.h 9 2004-06-19 19:53:47Z tilman $ + * $Id: rb_ecore_evas_main.h 389 2006-11-11 11:40:24Z tilman $ * - * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) + * Copyright (C) 2004 ruby-ecore team (see AUTHORS) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -21,7 +21,7 @@ #ifndef __RB_ECORE_EVAS_MAIN_H #define __RB_ECORE_EVAS_MAIN_H -VALUE mEvas; +VALUE mEvas, cWindow; #endif