diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-05-16 16:59:05 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-05-16 20:47:48 +0900 |
commit | 64b90fd22e537994745b0cc4df05691286283fa4 (patch) | |
tree | 9808050090abc15db63f1c62970362d442806aef | |
parent | 83d1162171ec07c4d326f0bf07c7438327459a33 (diff) |
ecore_x: Fix build warning (invalid enum used)
-rw-r--r-- | src/lib/ecore_x/ecore_x_e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_x/ecore_x_e.c b/src/lib/ecore_x/ecore_x_e.c index a879970a4f..28645ad6f1 100644 --- a/src/lib/ecore_x/ecore_x_e.c +++ b/src/lib/ecore_x/ecore_x_e.c | |||
@@ -2455,7 +2455,7 @@ ecore_x_e_stack_position_get(Ecore_X_Window win) | |||
2455 | unsigned int val; | 2455 | unsigned int val; |
2456 | LOGFN(__FILE__, __LINE__, __FUNCTION__); | 2456 | LOGFN(__FILE__, __LINE__, __FUNCTION__); |
2457 | 2457 | ||
2458 | EINA_SAFETY_ON_NULL_RETURN_VAL(_ecore_x_disp, ECORE_X_STACK_NONE); | 2458 | EINA_SAFETY_ON_NULL_RETURN_VAL(_ecore_x_disp, ECORE_X_STACK_POSITION_NONE); |
2459 | 2459 | ||
2460 | ret = ecore_x_window_prop_card32_get(win, ECORE_X_ATOM_E_STACK_POSITION, | 2460 | ret = ecore_x_window_prop_card32_get(win, ECORE_X_ATOM_E_STACK_POSITION, |
2461 | &val, 1); | 2461 | &val, 1); |