<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Erez D wrote:<br>
<blockquote
 cite="mid:6c32b541003030652jf4432c0hfc605171f708cd3e@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font
 color="#888888"><br>
    </font></blockquote>
  <div>when i write a program, i expect to get the same behaviour which
doesn't depend on the WM.<br>
however: Traditional window managers reparent the window, and add the
titlebar to the parent.<br>
compize on the other hand doesn't reparent the window, so the behaviour
is different.<br>
  <br>
  </div>
  </div>
  </div>
</blockquote>
Yes, but that's avoiding Nadav's question, which was - why is this
something for the program to do?<br>
<blockquote
 cite="mid:6c32b541003030652jf4432c0hfc605171f708cd3e@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <div class="gmail_quote">
  <div>i woudld expext the folowing line:<br>
XTranslateCoordinates(...,win,root,0,0, &amp;x, &amp;y, ...) ;
XMoveWIndow(win,x,y)<br>
to do nothing.<br>
  </div>
  </div>
  </div>
</blockquote>
Then you would be wrong. The "x, y" are supposed to be relative to the
coordinate system in which the window reside. Even without the window
manager override, the above command would not work with reparented
windows.<br>
<blockquote
 cite="mid:6c32b541003030652jf4432c0hfc605171f708cd3e@mail.gmail.com"
 type="cite">
  <div dir="ltr">
  <div class="gmail_quote">
  <div><br>
however, it does move the window, by the size of the titlebar ...<br>
  </div>
  </div>
  </div>
</blockquote>
Yes, because the route you use is unsupported in a WM environment. Deal
with it.<br>
<br>
Again, answer Nadav's question.<br>
<br>
Shachar<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>