Re: Wine integration with native (Gtk, Qt, Cocoa/Carbon) themes

2008-12-20 Thread buu700
Roderick Colenbrander wrote: > > This is technically not possible. We can't use native APIs for drawing. > Ah, that sucks. Out of curiosity, why is that? As a non-dev, logically it seems like Wine, which translates Win32 calls for the kernel and X11, would be able to do the same for Qt, but th

Re: Wine integration with native (Gtk, Qt, Cocoa/Carbon) themes

2008-12-20 Thread buu700
Reece Dunn-2 wrote: > > Thoughts? Ideas? > I'm just a user, not a dev, so forgive me if this sounds stupid, but it seems to me like it would be simpler to just create some sort of layer that forwards all calls to the Win32 theming API to Qt, and make Wine dependent on Qt (perhaps as a GSoC pro