X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2Frb_xrender_x11.h;fp=src%2Fecore_evas%2Frb_xrender_x11.h;h=e40a9c44265d4a09542d3fad4f76ecd22b199794;hp=0000000000000000000000000000000000000000;hb=b766027333443e5483024afbbfe40f78ad4168ba;hpb=089179a6b3860c1ab7a42f2d72f46815a54bee0a diff --git a/src/ecore_evas/rb_xrender_x11.h b/src/ecore_evas/rb_xrender_x11.h new file mode 100644 index 0000000..e40a9c4 --- /dev/null +++ b/src/ecore_evas/rb_xrender_x11.h @@ -0,0 +1,26 @@ +/* + * $Id: rb_xrender_x11.h 348 2005-12-24 17:11:24Z tilman $ + * + * Copyright (C) 2005 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 + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __RB_XRENDER_X11_H +#define __RB_XRENDER_X11_H + +void Init_XRenderX11 (void); + +#endif