On 05.04.2010, at 16:23, MacArthur, Ian (SELEX GALILEO, UK) wrote: > >> Link: http://www.fltk.org/str.php?L2082 >> Version: 1.3-feature >> >> >> Ian, would you please test attached patch file >> str2082_window-type.patch to >> see if this fixes the compiz menu animation issue. This is >> not directly >> what this STR is for, but I'd like to complete this now and leave the >> option to set an internal xtype as suggested by Alvin open for later. > > Will do, but will be later today - note that from a quick inspection of > the patch, that looks fine.
TIA for testing ... > For what it is worth (and this is entirley from memory, so probably > wrong) there was some issue with Alvin's patch not actually changing the > type of tooltip or menu windows (though it did "fix" other windows.) Yes, that's true, I saw it ... > IIRC, the issue was with override_redirect - I think that Alvin's patch > is "inside" a block that tests for that, so doesn't then affect the menu > or tooltip windows... Or something... I used Alvin's X11 code part, but added it with another if clause in another code path. I also verified that it was called for menu windows (but didn't really test with tooltips). Do we need to fix anything else, e.g. dialog windows, as in Alvin's patch? This would only work with his additional xtype() method, but I wanted to avoid this for now. > Or I could be wrong... Well remembered! >> Unfortunately I can't test this myself, because I don't see any window >> animations on my Ubuntu Linux system, even with compiz enabled. > > Yup - I think Greg reported that too, though others do see the > animations that I see. > So... I dunno what that is about, but I guess compiz maybe tailors its > behaviour depending on what graphics drivers you have, or something? Yes, it does, and that's why I couldn't test it in my VM (that would've been much more comfortable). I could not even activate any of the compiz options. Thus I started another desktop system instead, but I had to reinstall compiz because I had disabled or removed it before - you know why ;-) Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
