X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2Frb_gl_x11.h;h=b40cc2eb5fa53e610405d3b99ab89d27cda584e9;hp=a9785ee5c4b1f06aa44c88794ba94e0063750832;hb=d907bd016f15dc5be72d12ee1742047eafc2abae;hpb=627a83d5b49b1abd92bd73a10a56042a6d202dfa diff --git a/src/ecore_evas/rb_gl_x11.h b/src/ecore_evas/rb_gl_x11.h index a9785ee..b40cc2e 100644 --- a/src/ecore_evas/rb_gl_x11.h +++ b/src/ecore_evas/rb_gl_x11.h @@ -1,7 +1,7 @@ /* - * $Id$ + * $Id: rb_gl_x11.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 @@ -18,9 +18,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __RB_SOFTWARE_X11_H -#define __RB_SOFTWARE_X11_H +#ifndef __RB_GL_X11_H +#define __RB_GL_X11_H -void Init_SoftwareX11 (void); +void Init_GlX11 (void); #endif