From d193c2471bdcd46283931c5c25aa662fba40688c Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 3 Oct 2007 00:32:00 +0200 Subject: [PATCH] add documentation to move_mouse_pointer_to_screen() --- screen.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/screen.c b/screen.c index 850c2d4a..80dd539e 100644 --- a/screen.c +++ b/screen.c @@ -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) {