ecore_x: Fix typo

SVN revision: 75421
This commit is contained in:
Sebastian Dransfeld 2012-08-18 19:18:53 +00:00
parent ac2180f565
commit c7a59e832a
1 changed files with 1 additions and 1 deletions

View File

@ -1404,7 +1404,7 @@ ecore_x_default_depth_get(Ecore_X_Display *disp __UNUSED__, Ecore_X_Screen *scre
return s->root_depth; return s->root_depth;
} }
API void EAPI void
ecore_x_xkb_select_group(int group) ecore_x_xkb_select_group(int group)
{ {
// XXX: implement me */ // XXX: implement me */