diff options
Diffstat (limited to 'src/lib/ecore_x/ecore_x_e.c')
-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); |