From: raster Date: Wed, 10 Feb 2010 13:36:33 +0000 (+0000) Subject: printf-- X-Git-Tag: submit/trunk/20120815.174732~2924 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=797a1a6957f33a7207d133fc7e318f6ccc0c5438;p=profile%2Fivi%2Fevas.git printf-- git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@46044 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/engines/gl_x11/evas_engine.c b/src/modules/engines/gl_x11/evas_engine.c index 9be9855..98b98a2 100644 --- a/src/modules/engines/gl_x11/evas_engine.c +++ b/src/modules/engines/gl_x11/evas_engine.c @@ -1156,7 +1156,7 @@ _native_free_cb(void *data, void *image) glsym_glXReleaseTexImage(re->win->disp, n->glx_pixmap, GLX_FRONT_LEFT_EXT); } - printf("free glx pixmap %p\n", n->glx_pixmap); +// printf("free glx pixmap %p\n", n->glx_pixmap); glXDestroyPixmap(re->win->disp, n->glx_pixmap); n->glx_pixmap = 0; } @@ -1342,8 +1342,8 @@ eng_image_native_set(void *data, void *image, void *native) im->native.func.free = _native_free_cb; n->glx_pixmap = glXCreatePixmap(re->win->disp, n->fbc, n->pixmap, pixmap_att); - printf("new native texture for %x | %4i x %4i @ %2i = %p\n", - pm, w, h, depth, n->glx_pixmap); +// printf("new native texture for %x | %4i x %4i @ %2i = %p\n", +// pm, w, h, depth, n->glx_pixmap); if (!target) { printf("no target :(\n");