|
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
|