[MPlayer-G2-dev] [RIGHT-PATCH] Fullscreen issues - g2 is great :-)

Fabian Franz FabianFranz at gmx.de
Sun Aug 17 14:44:16 CEST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What is more bad then to forget the patch ?

To send broken patch ... 

Arggh, 10 l to me ...

I wanted to get rid of some help var and did:

vo->fullscreen=(int*)data, which obviously would not work ... as the pointer 
never was NULL ...

vo->fullscreen=(int)*(int*)data;

Was what I had intended ...

int *fs;
fs = (int*)data;
vo->fullscreen=*fs;

I had before :))

cu

Fabian

PS: Perhaps also: vo->fullscreen=*(int*)data would already be enough, but as I 
dunno and this one works I let it this way :))
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE/P3inI0lSH7CXz7MRArxQAJ941TOvOXh7Xs/A5QcD1Qif9aj/owCeM5wf
rROW2KLOlOC40wm3ft/MfHc=
=B7gn
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: g2-fs.diff
Type: text/x-diff
Size: 12654 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-g2-dev/attachments/20030817/9071859e/attachment.diff>


More information about the MPlayer-G2-dev mailing list