[vlc-devel] [PATCH] GSoC 2008 Test Patch

Justin Lin justin.lin24 at gmail.com
Sat Apr 12 05:08:12 CEST 2008


 This patch simply makes the player display a message when you enter
full screen mode by pressing F11 on Windows. This is for the fullscree
controller proposal by Jiao Yang (Justin) LiN.

---
 modules/gui/qt4/main_interface.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp
b/modules/gui/qt4/main_interface.cpp
index 030ec42..062888e 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -1181,6 +1181,7 @@ void MainInterface::toggleFullScreen( void )
     if( isFullScreen() )
         showNormal();
     else
+        MessageBox(0, "Patch Test", "Entering full screen mode...", 0)
         showFullScreen();
 }

-- 
1.5.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-GSoC-2008-Test-Patch.patch
Type: application/octet-stream
Size: 927 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080411/fd5a333b/attachment.obj>


More information about the vlc-devel mailing list