X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore_evas%2Frb_gl_x11.h;h=5e52755f16460271e871f63e058de4324d56c0f3;hb=8832315d723621fff0aa31066ad747cf2f008381;hp=70ae0e840aeadd57c84ce3985943940aa2478e87;hpb=f007c429dfb7b76be36317212a0585401e13984a;p=ruby-ecore.git diff --git a/src/ecore_evas/rb_gl_x11.h b/src/ecore_evas/rb_gl_x11.h index 70ae0e8..5e52755 100644 --- a/src/ecore_evas/rb_gl_x11.h +++ b/src/ecore_evas/rb_gl_x11.h @@ -1,5 +1,5 @@ /* - * $Id: rb_gl_x11.h 9 2004-06-19 19:53:47Z tilman $ + * $Id: rb_gl_x11.h 15 2004-06-20 13:23:07Z tilman $ * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * @@ -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