From 47aff1a86060219c14c98e12b7e067cc52316dd6 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 3 Oct 2007 00:22:29 +0200 Subject: [PATCH] add documentation for uicb_movetoscreen() --- screen.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/screen.c b/screen.c index 1f24657f..850c2d4a 100644 --- a/screen.c +++ b/screen.c @@ -221,6 +221,13 @@ uicb_focusprevscreen(Display *disp, 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 uicb_movetoscreen(Display *disp, DC *drawcontext,