Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-19 Thread Timothy Lee
Dear Roderick, Roderick Colenbrander wrote: > I'm just bumping into this discussion. From what I read the reason you need > such functionality is for a mozilla powerpoint plugin. Have you figured out > how this embedding is done on Windows? I don't know much about it but I think > embedding wor

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-18 Thread Timothy Lee
Dmitry Timoshkov wrote: > "Timothy Lee" <[EMAIL PROTECTED]> wrote: > >>> That kind of hack has nothing to do with Wine desktop window if what it >>> targets is just an application window. >> Um. How about if the scope of the patch is repharsed as

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-18 Thread Timothy Lee
Dear Dmitry, Dmitry Timoshkov wrote: > "Timothy Lee" <[EMAIL PROTECTED]> wrote: >>>>> I'm struggling to imagine a case where the behaviour you've >>>>> implemented is useful. >>>> I'm actually using this code

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-18 Thread Timothy Lee
owerPoint Viewer always playback slides inside a window that covers the whole desktop. Hence the idea was born to embed the desktop inside a native X11 window. I thought this patch might be useful to others with similar requirements, namely, to embed full-screen win32 applications inside a native X11 window. Regards, Timothy Lee

Re: [PATCH] Environment variable to specify X11 window for desktop

2008-02-16 Thread Timothy Lee
Robert Shearman wrote: > Timothy Lee wrote: >> The attached patch allows the WINE desktop to be embedded within an >> existing X11 window, and is similar to the windowed mode in WINE. >> >> I've tested this feature using MS PowerPoint Viewer 2007, so that a >&

[PATCH] Environment variable to specify X11 window for desktop

2008-02-13 Thread Timothy Lee
Dear all, The attached patch allows the WINE desktop to be embedded within an existing X11 window, and is similar to the windowed mode in WINE. I've tested this feature using MS PowerPoint Viewer 2007, so that a fullscreen slideshow can be fitted inside any X11 window. Regards, Timoth