[maemo-developers] how to make a splash screen with Qt
From: Timo Härkönen timop.harkonen at gmail.comDate: Mon Feb 8 22:24:56 EET 2010
- Previous message: how to make a splash screen with Qt
- Next message: Developing virtual keyboard plugin for Maemo 5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi 2010/2/8 Bernd Stramm <bernd.stramm at gmail.com> > On 08/02/10 14:15, Timo Härkönen wrote: > > 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 > > 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. > > Yes but the current stable Qt for Maemo is still 4.5. Qt 4.6 is only > available from extras-devel currently. Anyway it's good information to > people working with 4.5 > -Timo > >> --Kimmo >> >> > >> > thank you in advance; >> > >> > _______________________________________________ >> > maemo-developers mailing list >> > maemo-developers at maemo.org >> > https://lists.maemo.org/mailman/listinfo/maemo-developers >> >> _______________________________________________ >> maemo-developers mailing list >> maemo-developers at maemo.org >> https://lists.maemo.org/mailman/listinfo/maemo-developers >> > > > > _______________________________________________ > maemo-developers mailing listmaemo-developers at maemo.orghttps://lists.maemo.org/mailman/listinfo/maemo-developers > > > > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100208/dea1d062/attachment.htm>
- Previous message: how to make a splash screen with Qt
- Next message: Developing virtual keyboard plugin for Maemo 5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]