From c943b34cbeda803c66783976c5aec80601901dca Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 30 Jul 2009 12:06:02 +0100 Subject: [PATCH] [docs] switch gl_handle+gl_target docs for cogl_texture_new_from_foreign The descriptions for gl_handle and gl_target were inverted. Thanks to Young-Ho Cha for spotting that. Signed-off-by: Robert Bragg --- cogl/cogl-texture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-texture.h b/cogl/cogl-texture.h index 06e859350..1b379369e 100644 --- a/cogl/cogl-texture.h +++ b/cogl/cogl-texture.h @@ -124,8 +124,8 @@ CoglHandle cogl_texture_new_from_data (guint width, /** * cogl_texture_new_from_foreign: - * @gl_handle: opengl target type of foreign texture - * @gl_target: opengl handle of foreign texture. + * @gl_handle: opengl handle of foreign texture. + * @gl_target: opengl target type of foreign texture * @width: width of foreign texture * @height: height of foreign texture. * @x_pot_waste: maximum horizontal waste.