X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_x%2Frb_window.h;h=71964a12acd76c368557fe3f6b7b0d4162fada41;hp=3dd8e3e40811880e6bc9fc49883d9d61b60f347f;hb=0f8d24c745efc1057f8d25ada1375c88a1ab2ed7;hpb=f805cf241a9d1fb9765892f0af48ede8359e9b65 diff --git a/src/ecore_x/rb_window.h b/src/ecore_x/rb_window.h index 3dd8e3e..71964a1 100644 --- a/src/ecore_x/rb_window.h +++ b/src/ecore_x/rb_window.h @@ -1,7 +1,5 @@ /* - * $Id: rb_window.h 50 2004-08-01 10:18:39Z 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 +27,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