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)");
|
logmsg(2,"Moving window $win to x:$x_pos y:$y_pos (size x:$x_siz y:$y_siz)");
|
||||||
|
|
||||||
#
|
$xdisplay->req('ConfigureWindow',
|
||||||
# ARG! Looks like MoveResizeWindow currently isnt in X11::protocol!
|
$win,
|
||||||
#
|
'x' => $x_pos,
|
||||||
# $xdisplay->req('MoveResizeWindow',
|
'y' => $y_pos,
|
||||||
# $win,
|
'width' => $x_siz,
|
||||||
# $x_pos,
|
'height' => $y_siz,
|
||||||
# $y_pos,
|
);
|
||||||
# $x_siz,
|
$xdisplay->flush();
|
||||||
# $y_siz
|
|
||||||
# );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub setup_helper_script()
|
sub setup_helper_script()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue