X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore_x%2Frb_window.h;h=f9f04e5b66935220b80118683b2aa07262ac1be1;hb=8f4a0888eab83e8924bc33193c8a0f73252e6202;hp=198244fa1c4b457f069d886a72adb3d826548161;hpb=810fc05e89fcbdc679cb866b178d6036d1e67235;p=ruby-ecore.git diff --git a/src/ecore_x/rb_window.h b/src/ecore_x/rb_window.h index 198244f..f9f04e5 100644 --- a/src/ecore_x/rb_window.h +++ b/src/ecore_x/rb_window.h @@ -1,7 +1,7 @@ /* - * $Id: rb_window.h 39 2004-07-25 13:13:57Z tilman $ + * $Id: rb_window.h 77 2004-08-19 17:39:29Z 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,16 @@ #ifndef __RB_WINDOW_H #define __RB_WINDOW_H +typedef struct { + Ecore_X_Window real; + VALUE parent; +} RbWindow; + void Init_Window (void); VALUE TO_ECORE_X_WINDOW (VALUE parent, Ecore_X_Window w); +#ifndef __RB_WINDOW_C +extern VALUE cWindow; +#endif + #endif