changeset 34009:5c33025ccfd8

Replace comment for wsFullScreen() by doxygen comment.
author ib
date Fri, 09 Sep 2011 14:32:13 +0000
parents f452c09078e6
children 1930c0a745df
files gui/wm/ws.c
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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) {