mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Found ConfigureWindow instead of ResizeMoveWindow
This commit is contained in:
parent
22cab1dfb5
commit
7211d4acaa
1 changed files with 8 additions and 10 deletions
|
@ -485,16 +485,14 @@ sub send_resizemove($$$$$)
|
|||
|
||||
logmsg(2,"Moving window $win to x:$x_pos y:$y_pos (size x:$x_siz y:$y_siz)");
|
||||
|
||||
#
|
||||
# ARG! Looks like MoveResizeWindow currently isnt in X11::protocol!
|
||||
#
|
||||
# $xdisplay->req('MoveResizeWindow',
|
||||
# $win,
|
||||
# $x_pos,
|
||||
# $y_pos,
|
||||
# $x_siz,
|
||||
# $y_siz
|
||||
# );
|
||||
$xdisplay->req('ConfigureWindow',
|
||||
$win,
|
||||
'x' => $x_pos,
|
||||
'y' => $y_pos,
|
||||
'width' => $x_siz,
|
||||
'height' => $y_siz,
|
||||
);
|
||||
$xdisplay->flush();
|
||||
}
|
||||
|
||||
sub setup_helper_script()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue