Jason Tackaberry wrote:
> Modified: trunk/popcorn/src/backends/mplayer/player.py
> ==============================================================================
> --- trunk/popcorn/src/backends/mplayer/player.py (original)
> +++ trunk/popcorn/src/backends/mplayer/player.py Tue Jan 16 15:58:10 2007
> @@ -406,7 +406,7 @@
> filters.append("overlay=%s" % self._osd_shmkey)
>
> if isinstance(self._window, kaa.display.X11Window) or 1:
> - wid = hex(self._window.get_id())
> + wid = "0x%x" % self._window.get_id()
> if wid.endswith('L'):
> wid = wid[:-1]
> display = self._window.get_display().get_string()Is there a reason for this? Dischi -- Jury: Twelve people who determine which client has the better lawyer.
pgpiRSbvr66eO.pgp
Description: PGP signature
------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
