ecore-xcb: Add missing EINA_UNUSED for function paramater

Summary: Depth is not used in the ecore_x_window_full_new function, so
add missing EINA_UNUSED

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-27 10:49:41 -05:00
parent 10c4a78281
commit 5987b1c702
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void *_ecore_xcb_window_grab_replay_data;
*/
EAPI Ecore_X_Window
ecore_x_window_full_new(Ecore_X_Window parent, int x, int y, int w, int h, Ecore_X_Visual *visual, Ecore_X_Colormap colormap, int depth, Eina_Bool override)
ecore_x_window_full_new(Ecore_X_Window parent, int x, int y, int w, int h, Ecore_X_Visual *visual, Ecore_X_Colormap colormap, int depth EINA_UNUSED, Eina_Bool override)
{
Ecore_X_Window win;
uint32_t mask, mask_list[10];