Displaying 2 results from an estimated 2 matches for "window_b".
Did you mean:
window_a
2013 Jun 19
2
Relative position between two windows
Hi,
I'm Luca from Savona, Italy.
I'm using Compiz and I'm writing an application with Xlib to draw two
windows,
let's say window_A and window_B. I would like to keep fixed the relative
position
between two established corners of them that they have when mapped.
So that if I move or resize one of the window, the other if necessary
automatically
moves to observe the condition. I'm close with this code, let's see for
example
the case...
2013 Jun 19
0
Relative position between two windows
...notifications in real time.
Sam.
On 19/06/2013 1:57 PM, "Luca Rocca" <disquisitiones at gmail.com> wrote:
> Hi,
> I'm Luca from Savona, Italy.
> I'm using Compiz and I'm writing an application with Xlib to draw two
> windows,
> let's say window_A and window_B. I would like to keep fixed the relative
> position
> between two established corners of them that they have when mapped.
> So that if I move or resize one of the window, the other if necessary
> automatically
> moves to observe the condition. I'm close with this code, let's...