X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=src%2Fecore_x%2Frb_window.h;h=efd97136674a44f365687779485d64f651fdd3e7;hb=5c851d60ccd05df625b6ccaf4a425339912a1da3;hp=3dd8e3e40811880e6bc9fc49883d9d61b60f347f;hpb=f805cf241a9d1fb9765892f0af48ede8359e9b65;p=ruby-ecore.git diff --git a/src/ecore_x/rb_window.h b/src/ecore_x/rb_window.h index 3dd8e3e..efd9713 100644 --- a/src/ecore_x/rb_window.h +++ b/src/ecore_x/rb_window.h @@ -1,7 +1,7 @@ /* - * $Id: rb_window.h 50 2004-08-01 10:18:39Z tilman $ + * $Id: rb_window.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 @@ -29,8 +29,4 @@ typedef struct { void Init_Window (void); VALUE TO_ECORE_X_WINDOW (VALUE parent, Ecore_X_Window w); -#ifndef __RB_WINDOW_C -extern VALUE cWindow; -#endif - #endif