[Webkit-unassigned] [Bug 40876] [EFL] Implement windowRect() and setWindowRect() in ChromeClientEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 19:50:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40876





--- Comment #10 from Rafael Antognolli <antognolli at profusion.mobi>  2010-06-21 19:50:30 PST ---
Well, sorry for keep saying this, but I still highly recommend you to use ecore_evas_geometry_get, ecore_evas_move and ecore_evas_resize. It's almost the same API, so the changes are minimal, but you'll get the portability. And you still will be able to resize the window as requested.

As for the current patch, you are still missing #ifdef HAVE_ECORE_X inside the functions. But you don't need them or the header Ecore_X.h if you change to those ecore_evas_* functions as I told you.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list