<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 08/02/10 14:15, Timo Härkönen wrote:
<blockquote
cite="mid:3d0effc01002081115w3ef7c9c7ic290ed312bb5d8b7@mail.gmail.com"
type="cite">Hi<br>
<br>
<div class="gmail_quote">
<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"><br>
</div>
You need to set a window property that tells HD to skip the transitions:<br>
<br>
static void set_no_transitions (Display *dpy, Window w)<br>
{<br>
Atom no_trans;<br>
int one = 1;<br>
no_trans = XInternAtom (dpy, "_HILDON_WM_ACTION_NO_TRANSITIONS",
False);<br>
XChangeProperty (dpy, w, no_trans,<br>
XA_CARDINAL, 32, PropModeReplace,<br>
(unsigned char *)&one, 1);<br>
}<br>
</blockquote>
<div><br>
Thanks for the hint. I updated the wiki page with this information. <br>
<br>
-Timo<br>
<br>
</div>
</div>
</blockquote>
Isn't this fixed in Qt 4.6? It seems to work on the FREMANTLE_X86. Also
says that a few centimers down on the wiki.<br>
<br>
<blockquote
cite="mid:3d0effc01002081115w3ef7c9c7ic290ed312bb5d8b7@mail.gmail.com"
type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font
color="#888888"><br>
--Kimmo<br>
</font>
<div>
<div class="h5"><br>
><br>
> thank you in advance;<br>
><br>
> _______________________________________________<br>
> maemo-developers mailing list<br>
> <a moz-do-not-send="true" href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
> <a moz-do-not-send="true"
href="https://lists.maemo.org/mailman/listinfo/maemo-developers"
target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a moz-do-not-send="true" href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a moz-do-not-send="true"
href="https://lists.maemo.org/mailman/listinfo/maemo-developers"
target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</div>
</div>
</blockquote>
<br>
</div>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
maemo-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</a>
</pre>
</blockquote>
<br>
</body>
</html>