X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fecore_evas%2Frb_gl_x11.c;h=e3ceb30fb238198d59033c13588e37405b91bd0d;hb=0ad70bf579b712a8bf770e2775cffa4a50097557;hp=c143ea7bcf68dee77f2a101c3c1246ae0508f88a;hpb=f805cf241a9d1fb9765892f0af48ede8359e9b65;p=ruby-ecore.git diff --git a/src/ecore_evas/rb_gl_x11.c b/src/ecore_evas/rb_gl_x11.c index c143ea7..e3ceb30 100644 --- a/src/ecore_evas/rb_gl_x11.c +++ b/src/ecore_evas/rb_gl_x11.c @@ -1,7 +1,7 @@ /* - * $Id: rb_gl_x11.c 50 2004-08-01 10:18:39Z tilman $ + * $Id: rb_gl_x11.c 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 @@ -31,6 +31,12 @@ static void c_free (RbEcoreEvas *ee) c_ecore_evas_free (ee, true); } +/* + * call-seq: + * Ecore::Evas::GlX11.new([display, parent, x, y, w, h]) => glx11 + * + * Creates an Ecore::Evas::GlX11 object. + */ static VALUE c_new (int argc, VALUE *argv, VALUE klass) { VALUE self, disp, parent, geom[4];