Re: XReparentWindow segfault - solved

2006-05-10 Thread Amos Shapira
On 5/10/06, Shachar Shemesh <[EMAIL PROTECTED]> wrote: The reason I was doing this was that a structure defined inside another class had a constructor that zeroed out the "Display" member. The function that initialized the display member was run by the initialization of another member of the same

Re: XReparentWindow segfault - solved

2006-05-10 Thread Shachar Shemesh
Shachar Shemesh wrote: >Hi List, > > >I'm having a most frustrating problem with using "XReparentWindow" to >"take over" another application's window. > > >The rest of the program is written with wxWindows. I'm getting the X11 >window ID from wx, and trying to reparent another application's window

Re: XReparentWindow segfault

2006-05-09 Thread Yedidyah Bar-David
On Mon, May 08, 2006 at 03:35:56PM +0300, Shachar Shemesh wrote: > Hi List, > > > I'm having a most frustrating problem with using "XReparentWindow" to > "take over" another application's window. > > > The rest of the program is written with wxWindows. I'm getting the X11 > window ID from wx, a

Re: XReparentWindow segfault

2006-05-08 Thread Hetz Ben Hamo
Hi Shachar, Which X version do u use? have you tried it with different X11 (or Xorg) versions? Thanks, Hetz On 5/8/06, Shachar Shemesh <[EMAIL PROTECTED]> wrote: Hi List, I'm having a most frustrating problem with using "XReparentWindow" to "take over" another application's window. The res

XReparentWindow segfault

2006-05-08 Thread Shachar Shemesh
Hi List, I'm having a most frustrating problem with using "XReparentWindow" to "take over" another application's window. The rest of the program is written with wxWindows. I'm getting the X11 window ID from wx, and trying to reparent another application's window into mine. This is, in theory, e