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
Posted on 2005-06-09 11:49:07-07 by duncs in response to 589
Re: Window properties & size hints
Managed it with:
pack("L" . "x[i]" x 17, 3)
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.