ecore_x_2w: return value is wrong and add missing APIs
authorJuan Zhao <juan.j.zhao@intel.com>
Fri, 1 Nov 2013 04:35:54 +0000 (12:35 +0800)
committerJuan Zhao <juan.j.zhao@intel.com>
Thu, 12 Dec 2013 09:18:34 +0000 (17:18 +0800)
commit052f91d87258189412bbbd44fecbc9fdc8105afd
treee3719f36b8acdbec54629eab1363b91a563727c9
parente12753e4c263d7913fed726c5ec5fe7a3a1f8202
ecore_x_2w: return value is wrong and add missing APIs

for ecore_x_window_size_get API, it will return void, so the previous writing
 will return an INT.
And similar bug to ecore_x_default_screen_get and ecore_x_display_get

Before we are using Per-Build-Error to add the API changes.
To make x2w more helper for all APIs, they will be added.
In this patch, the missing ecore_x API was figured out, except ecore_x_icccm
 which will be added later soon.
src/ecore_x_2w.h
src/utilx_2w.h