add documentation to move_mouse_pointer_to_screen()

This commit is contained in:
Julien Danjou 2007-10-03 00:32:00 +02:00
parent b0933b177c
commit d193c2471b
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ move_client_to_screen(Client *c, awesome_config *acf_new, Bool doresize)
XFree(si);
}
/** Move mouse pointer to x_org and y_xorg of specified screen
* \param disp display ref
* \param screen screen number
*/
static void
move_mouse_pointer_to_screen(Display *disp, int screen)
{