fix warnings

SVN revision: 42570
This commit is contained in:
Hannes Janetzek 2009-09-19 22:55:35 +00:00
parent 576fde7759
commit ff240cb1f2
1 changed files with 8 additions and 0 deletions

View File

@ -1037,6 +1037,10 @@ e_hints_allowed_action_update(E_Border *bd, Ecore_X_Action action)
break;
case ECORE_X_ACTION_CLOSE:
break;
case ECORE_X_ACTION_ABOVE:
break;
case ECORE_X_ACTION_BELOW:
break;
}
}
@ -1095,6 +1099,10 @@ e_hints_allowed_action_get(E_Border *bd)
case ECORE_X_ACTION_CLOSE:
bd->client.netwm.action.close = 1;
break;
case ECORE_X_ACTION_ABOVE:
break;
case ECORE_X_ACTION_BELOW:
break;
}
}
free(action);