efl: account for framespace in window tests
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 3 Apr 2013 18:55:49 +0000 (11:55 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 3 Apr 2013 18:55:49 +0000 (11:55 -0700)
commit140b63805371fee83752b025aeb4cda5a4d25952
treec1504e5e747be972723f2bd15b5a1f84d6b1b3e7
parent7d774c4a6fe2ad20ce6c895d8d4ac509963554e7
efl: account for framespace in window tests

The client-side window size is the size without decorations. That is,
the size of the client drawable/canvas area.  The server size accounts
for the framespace/decorations.  Hence we need to account for this
difference in the window client/server size checks.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/efl/test_window_fullscreen.cpp
src/efl/test_window_maximize.cpp
src/efl/test_window_resize.cpp