# HG changeset patch # User ib # Date 1315578733 0 # Node ID 5c33025ccfd8a209aac5b602affc07e78db59cdf # Parent f452c09078e653cf9e7635a714f96a1d0a14aa1d Replace comment for wsFullScreen() by doxygen comment. diff -r f452c09078e6 -r 5c33025ccfd8 gui/wm/ws.c --- a/gui/wm/ws.c Fri Sep 09 14:30:05 2011 +0000 +++ b/gui/wm/ws.c Fri Sep 09 14:32:13 2011 +0000 @@ -922,9 +922,13 @@ vo_x11_setlayer(wsDisplay, win, layer); } -// ---------------------------------------------------------------------------------------------- -// Switch to fullscreen. -// ---------------------------------------------------------------------------------------------- +/** + * @brief Switch window fullscreen state. + * + * Switch normal window to fullscreen and fullscreen window to normal. + * + * @param win pointer to a ws window structure + */ void wsFullScreen(wsTWindow *win) { if (win->isFullScreen) {