devilhorns pushed a commit to branch master.

commit 3ef01a7ee6fa58b83ca4fe8b55341f2c2643b119
Author: Chris Michael <[email protected]>
Date:   Tue Apr 16 11:47:57 2013 +0100

    Remove printf
    Remove nasty "fullscreen" hack.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/wl_desktop_shell/e_mod_main.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index e79531a..1236cc5 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -790,19 +790,6 @@ _e_wl_shell_shell_surface_configure(E_Wayland_Surface 
*ews, Evas_Coord x, Evas_C
         ews->geometry.w = w;
         ews->geometry.h = h;
         ews->geometry.changed = EINA_TRUE;
-
-        printf("\tSurface Configured: %d %d %d %d\n", 
-               ews->geometry.x, ews->geometry.y, 
-               ews->geometry.w, ews->geometry.h);
-
-        if (ewss->type == E_WAYLAND_SHELL_SURFACE_TYPE_FULLSCREEN)
-          {
-             if (ews->obj)
-               {
-                  evas_object_move(ews->obj, 0, 0);
-                  evas_object_resize(ews->obj, w, h);
-               }
-          }
      }
 }
 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to