Could we extend winelib to let user embed win32 window into X11 window?
Wouldn't you do this at the toolkit level? (in your winelib app) like gtkplug+gtksocket or something like that?? ie: in Gtk+ https://developer.gnome.org/gtk3/3.7/GtkPlug.html
I was thinking about testing this out in a gtk-based winelib app, but i got distracted implementing custom theming + some other bits...lol
cheerz
jordan
On Thu, Aug 29, 2013 at 5:14 PM, Alexandre Bique bique.alexandre@gmail.comwrote:
On Thu, Aug 29, 2013 at 11:02 PM, Vincent Povirk madewokherd@gmail.com wrote:
This solutions implies to modify wine, so do you think that this patch or an improved version could be merged into wine? Because I don't want to require a custom version of wine.
Even if it were merged, that would not give you the ability to use it from within a Windows or winelib program. For that you would need either some extra Wine-specific API's to allow this or an approach that does not rely on Wine (which may be possible using X11 to reparent Wine's windows, but would be a hacky approach).
Could we extend winelib to let user embed win32 window into X11 window?
-- Alexandre Bique