add documentation for uicb_movetoscreen()

This commit is contained in:
Julien Danjou 2007-10-03 00:22:29 +02:00
parent e9332cfef8
commit 47aff1a860
1 changed files with 7 additions and 0 deletions

View File

@ -221,6 +221,13 @@ uicb_focusprevscreen(Display *disp,
move_mouse_pointer_to_screen(disp, prev_screen); move_mouse_pointer_to_screen(disp, prev_screen);
} }
/** Move client to a virtual screen (if Xinerama is active)
* \param disp Display ref
* \param drawcontext drawcontext ref
* \param awesomeconf awesome config
* \param arg screen number
* \ingroup ui_callback
*/
void void
uicb_movetoscreen(Display *disp, uicb_movetoscreen(Display *disp,
DC *drawcontext, DC *drawcontext,