From 4b176fb62226cbf4f21723f76c3f6ec384e010a4 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sun, 20 Mar 2005 18:25:47 +0000 Subject: [PATCH] Right constant. SVN revision: 13815 --- legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c b/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c index 6e6063147d..c37fecc63f 100644 --- a/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c +++ b/legacy/ecore/src/lib/ecore_x/ecore_x_icccm.c @@ -77,7 +77,7 @@ ecore_x_icccm_state_set(Ecore_X_Window win, Ecore_X_Window_State_Hint state) c[0] = NormalState; else if (state == ECORE_X_WINDOW_STATE_HINT_ICONIC) c[0] = IconicState; - c[1] = 0; + c[1] = None; XChangeProperty(_ecore_x_disp, win, ECORE_X_ATOM_WM_STATE, ECORE_X_ATOM_WM_STATE, 32, PropModeReplace, (unsigned char *)c, 2);