Author: tack
Date: Tue Jan 16 17:14:54 2007
New Revision: 2411
Modified:
trunk/popcorn/src/backends/xine/child.py
Log:
Accept long wid
Modified: trunk/popcorn/src/backends/xine/child.py
==============================================================================
--- trunk/popcorn/src/backends/xine/child.py (original)
+++ trunk/popcorn/src/backends/xine/child.py Tue Jan 16 17:14:54 2007
@@ -226,7 +226,7 @@
self._vo_visible = True
if size is not None:
self._window_size = size
- if wid and isinstance(wid, int):
+ if wid and isinstance(wid, (int, long)):
self._vo = self._xine.open_video_driver(
"kaa", control_return = control_return,
passthrough = "xv", wid = wid,
-------------------------------------------------------------------------
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