LumGlplay

Name

LumGlplay -- 

Synopsis



#define     LUM_GLPLAY_CONST                (obj)
struct      LumGlplayPrivate;
GtkWidget*  lum_glplay_new                  (LumConfig *config);

Description

Details

LUM_GLPLAY_CONST()

#define LUM_GLPLAY_CONST(obj)	G_TYPE_CHECK_INSTANCE_CAST((obj), lum_glplay_get_type(), LumGlplay const)

obj :


struct LumGlplayPrivate

struct LumGlplayPrivate {

	GtkGLArea * area;
	guint list[4];
	guint32 tex_width;
	guint32 tex_height;
	guint32 image_bytes;
	gint gl_internal_format;
	gint gl_bitmap_format;
	gint gl_bitmap_type;
	gint texnumx;
	gint texnumy;
	gint memory_x_len;
	gint memory_x_start_offset;
	gint raw_line_len;
	gfloat texpercx;
	gfloat texpercy;
	struct TexSquare * texgrid;
	guchar * data;
	guchar * data_local;
	gfloat angle;
	GLUquadricObj * quadratic;
	gboolean ready;
	gboolean env;
	gboolean back;
	gint shape;
};


lum_glplay_new ()

GtkWidget*  lum_glplay_new                  (LumConfig *config);

config :

Returns :