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=d2a0709142d82630786b6f582825918a695514ca;hp=4c9a9943ae13ad977b9b8e44443c55ba07c06f17;hb=0f8d24c745efc1057f8d25ada1375c88a1ab2ed7;hpb=627a83d5b49b1abd92bd73a10a56042a6d202dfa diff --git a/src/ecore_evas/rb_ecore_evas_main.h b/src/ecore_evas/rb_ecore_evas_main.h index 4c9a994..d2a0709 100644 --- a/src/ecore_evas/rb_ecore_evas_main.h +++ b/src/ecore_evas/rb_ecore_evas_main.h @@ -1,7 +1,5 @@ /* - * $Id$ - * - * 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 +19,7 @@ #ifndef __RB_ECORE_EVAS_MAIN_H #define __RB_ECORE_EVAS_MAIN_H -VALUE mEvas; +VALUE mEvas, cWindow; #endif