[MPlayer-cvslog] r34097 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Fri Sep 9 16:32:14 CEST 2011
Author: ib
Date: Fri Sep 9 16:32:13 2011
New Revision: 34097
Log:
Replace comment for wsFullScreen() by doxygen comment.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Fri Sep 9 16:30:05 2011 (r34096)
+++ trunk/gui/wm/ws.c Fri Sep 9 16:32:13 2011 (r34097)
@@ -922,9 +922,13 @@ void wsSetLayer(Display *wsDisplay, Wind
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) {
More information about the MPlayer-cvslog
mailing list