Right constant.

SVN revision: 13815
This commit is contained in:
sebastid 2005-03-20 18:25:47 +00:00 committed by sebastid
parent 8c235e2831
commit 4b176fb622
1 changed files with 1 additions and 1 deletions

View File

@ -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);