I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-06-07 07:20:33-07 by duncs
Window properties & size hints
I am trying to set the window propery size hints to show they are user provided, i.e.
$xdisplay->req('ChangeProperty', $win, $xdisplay->atom('WM_NORMAL_HINTS'), $xdisplay->atom('WM_SIZE_HINTS'), 32, 'Replace', pack("XXXXXXXX", xx, xx, xx);
I believe this is the right path, and basically the right code, but I cannot work out the correct pack parameters to use. Can anyone give me any hints on how to work this out? Thanks
Direct Responses: 602 | Write a response