Hi
> You need to set a window property that tells HD to skip the transitions:
>
> static void set_no_transitions (Display *dpy, Window w)
> {
> Atom no_trans;
> int one = 1;
> no_trans = XInternAtom (dpy, "_HILDON_WM_ACTION_NO_TRANSITIONS", False);
> XChangeProperty (dpy, w, no_trans,
> XA_CARDINAL, 32, PropModeReplace,
> (unsigned char *)&one, 1);
> }
>
Thanks for the hint. I updated the wiki page with this information.
-Timo
> --Kimmo
>
> >
> > thank you in advance;
> >
> > _______________________________________________
> > maemo-developers mailing list
> > [email protected]
> > https://lists.maemo.org/mailman/listinfo/maemo-developers
>
> _______________________________________________
> maemo-developers mailing list
> [email protected]
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers