[maemo-commits] [maemo-commits] r17375 - projects/haf/trunk/clutter/clutter/eglx
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Feb 9 13:10:17 EET 2009
- Previous message: [maemo-commits] r17374 - projects/haf/trunk/clutter/clutter/eglx
- Next message: [maemo-commits] r17376 - projects/haf/trunk/clutter/clutter/eglx
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-02-09 13:10:17 +0200 (Mon, 09 Feb 2009) New Revision: 17375 Modified: projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c Log: comment out useless warning Modified: projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c =================================================================== --- projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c 2009-02-09 11:05:45 UTC (rev 17374) +++ projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c 2009-02-09 11:10:17 UTC (rev 17375) @@ -276,10 +276,12 @@ return; } + /* if (pixmap && window) { g_warning ("%s: Pixmap AND Window defined, using pixmap", __FUNCTION__); } + */ /*g_debug("%s: Pixmap depth %d", __FUNCTION__, pixmap_depth);*/ @@ -311,8 +313,6 @@ print_config_info (conf); } - - if (priv->egl_surface == EGL_NO_SURFACE) { g_warning ("%s: error %x, failed to create %s surface for %lx",
- Previous message: [maemo-commits] r17374 - projects/haf/trunk/clutter/clutter/eglx
- Next message: [maemo-commits] r17376 - projects/haf/trunk/clutter/clutter/eglx
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]