raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=59d32121d672fe9d2dfb70c9fc6e49e9b197f4da

commit 59d32121d672fe9d2dfb70c9fc6e49e9b197f4da
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sat Feb 20 23:12:17 2016 +0900

    ecore evas: remove printfs
    
    forgot i still had them (wa stestign wayland with no printfs in it)
---
 src/modules/ecore_evas/engines/x/ecore_evas_x.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/modules/ecore_evas/engines/x/ecore_evas_x.c 
b/src/modules/ecore_evas/engines/x/ecore_evas_x.c
index 4ecac62..e670684 100644
--- a/src/modules/ecore_evas/engines/x/ecore_evas_x.c
+++ b/src/modules/ecore_evas/engines/x/ecore_evas_x.c
@@ -1578,11 +1578,9 @@ _ecore_evas_x_event_window_configure(void *data 
EINA_UNUSED, int type EINA_UNUSE
    if (e->win != ee->prop.window) return ECORE_CALLBACK_PASS_ON;
    if (edata->direct_resize) return ECORE_CALLBACK_PASS_ON;
 
-   printf("REQS OUTSTANDING: %i\n", edata->configure_reqs);
    if (edata->configure_reqs > 0) edata->configure_reqs--;
 
    edata->configure_coming = 0;
-   printf("CONFIG EV: %ix%i from wm: %i\n", e->w, e->h, (int)e->from_wm);
    if ((e->from_wm) || (ee->prop.override))
      {
         if ((ee->x != e->x) || (ee->y != e->y))
@@ -1633,7 +1631,6 @@ _ecore_evas_x_event_window_configure(void *data 
EINA_UNUSED, int type EINA_UNUSE
              ee->expecting_resize.w = 0;
              ee->expecting_resize.h = 0;
           }
-        printf("  RESIZE CB: %ix%i\n", e->w, e->h);
         if (ee->func.fn_resize) ee->func.fn_resize(ee);
 
         if (ee->prop.wm_rot.supported)

-- 


Reply via email to