Re: XMoveWindow()

2010-03-04 Thread Erez D
want one to be a copy of the other, so when i move a window on one display, i want it to move to the same position in the other. Then it seems to me that you are trying to move the wrong window. Why not run XMoveWindow not on the window you opened, but walk up the parents until you reach

Re: XMoveWindow()

2010-03-04 Thread Shachar Shemesh
. Then it seems to me that you are trying to move the wrong window. Why not run XMoveWindow not on the window you opened, but walk up the parents until you reach the window whose parent is root, and move that one? if i put the parent at x,y - it will place it at x,y. but that not what i want. if i

Re: XMoveWindow()

2010-03-04 Thread Nadav Har'El
On Thu, Mar 04, 2010, Oleg Goldshmidt wrote about Re: XMoveWindow(): i have two displays i want one to be a copy of the other, so when i move a window on one display, i want it to move to the same position in the other. ... If you want to allow different WMs on the two screens I doubt it can