Author: dmeyer
Date: Mon Jan 22 14:33:59 2007
New Revision: 9036

Modified:
   trunk/ui/src/video/player.py

Log:
set CAPABILITY_FULLSCREEN for video

Modified: trunk/ui/src/video/player.py
==============================================================================
--- trunk/ui/src/video/player.py        (original)
+++ trunk/ui/src/video/player.py        Mon Jan 22 14:33:59 2007
@@ -69,7 +69,7 @@
     basic object to handle the different player
     """
     def __init__(self):
-        capabilities = (CAPABILITY_PAUSE,)
+        capabilities = (CAPABILITY_PAUSE, CAPABILITY_FULLSCREEN)
         Application.__init__(self, 'videoplayer', 'video', capabilities)
         self.player = kaa.popcorn.Player()
         self.player.set_window(gui.display._window)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to