Brilliant, thanks for that, I&#39;ve sometimes forgot to do it when the a game in question lets you set the video mode from the menu. That tip should help.<br><br>Best Regards,<br>Faheem<br><br><div class="gmail_quote">On Wed, Apr 29, 2009 at 10:06 PM, Frantisek Dufka <span dir="ltr">&lt;<a href="mailto:dufkaf@seznam.cz">dufkaf@seznam.cz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">BTW as for the Mikkov&#39;s wiki code sample<br></div>
I&#39;ve ended with seting both windows at once no mater if fullscreen or<br>
not. This saves me updating title of the other window after each<br>
fullscreen switch.<br>
<br>
   win = info.info.x11.fswindow;<br>
   if (win) XStoreName(dpy, win, title);<br>
   win = info.info.x11.wmwindow;<br>
   if (win) XStoreName(dpy, win, title);<br>
<br>
Seems to work for me.<br>
<div><div></div><div class="h5"><br>
Frantisek<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</div></div></blockquote></div><br>