<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      The problem is caused by how Tk and X11 measures window frames: it
      measures it including all of the chrome around the window (the
      button/title bar on the top, any framing on the bottom, etc.)&nbsp; The
      window framing/chrome varies a lot depending on which window
      manager, etc. you are using.&nbsp; <br>
      <br>
      <a class="moz-txt-link-freetext" href="http://wiki.tcl.tk/11502">http://wiki.tcl.tk/11502</a><br>
      <br>
      Pd-extended places windows based on how things measure using a
      standard GNOME install, since GNOME is the default on most
      distros.<br>
      <br>
      So what you need to do is write a plugin that sets custom values
      for your window manager.&nbsp; I think these are the variables you
      need, but look in pd/tcl/pdtk_canvas.tcl for more info:<br>
      <br>
      set ::windowframex 5&nbsp;&nbsp; (play with the numbers to get it right)<br>
      set ::windowframey 5<br>
      <br>
      Once you get it working, post it to the puredata.info/downloads
      page so others can download it if they're using the same window
      manager.&nbsp; There are lots of other things you can customize too, so
      you could make a plugin that makes Pd feel as native as possible.<br>
      <br>
      .hc<br>
      <br>
      On 10/02/2012 05:04 AM, Julian Brooks wrote:<br>
    </div>
    <blockquote
cite="mid:CAGemBFRkD+f5_9b5w5xJj1nTfFMXvkvDcD+8s8yWAMw9AZmViw@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi Nicola,

Probably not much help but I was having exactly this issue on a Raspbian
RPI I was testing with a couple of weeks ago, I'd forgotten until your post
reminded me.  Not had time to return to the problem atm but would be well
up for a solution.

Here's hoping.

Julian

BTW First email came through fine. Gmail doesn't show your sent copy - you
have to sit tight and wait for a reply.

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>