X-Git-Url: http://git.code-monkey.de/?p=ruby-ecore.git;a=blobdiff_plain;f=src%2Fecore_evas%2Frb_software_x11.h;h=a6b09b72a8b4a0a2db443d6898188767e5c66c6e;hp=cb409c081adc2cb0615afc849e61dc2539cbfc67;hb=0f8d24c745efc1057f8d25ada1375c88a1ab2ed7;hpb=f007c429dfb7b76be36317212a0585401e13984a diff --git a/src/ecore_evas/rb_software_x11.h b/src/ecore_evas/rb_software_x11.h index cb409c0..a6b09b7 100644 --- a/src/ecore_evas/rb_software_x11.h +++ b/src/ecore_evas/rb_software_x11.h @@ -1,7 +1,5 @@ /* - * $Id: rb_software_x11.h 9 2004-06-19 19:53:47Z 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 +16,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __RB_GL_X11_H -#define __RB_GL_X11_H +#ifndef __RB_SOFTWARE_X11_H +#define __RB_SOFTWARE_X11_H -void Init_GlX11 (void); +void Init_SoftwareX11 (void); #endif