On Fri, 2006-09-22 at 17:36 +0530, Jigish Gohil wrote: > On 9/22/06, David Reveman <[EMAIL PROTECTED]> wrote: > > I just pushed some code into the compiz repository for initial metacity > > theme support. > > That's the great news, however with cow patch and libmetacity > requiring gtk 2.10, SLED10 and openSUSE 10.1 users will not be able to > build/use it. They come with gtk 2.8. Any chance that it would be > compatible with it in near future?
The cow patch is still defaulting to using the root window so it should work fine on openSUSE 10.1, SLED10. Even if we change so the overlay window is used by default, there's still going to be a fall-back for cases where this doesn't work. I don't think the code in libmetacity really requires gtk 2.10, I just copied the pkgconfig requirement line from metacity so that's why it's 2.10 right now. Try changing it to 2.8 and see if it works. Now that you mention it, I realize that I added something that might be gtk 2.10 specific (a call to gdk_screen_get_rgba_colormap) to gwd, I can easily workaround that though. So the answer to your question is; Yes, I'll make sure it's compatible in the near future? -David _______________________________________________ compiz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/compiz
