Found ConfigureWindow instead of ResizeMoveWindow

This commit is contained in:
duncan_ferguson 2005-05-05 16:05:58 +00:00
parent 22cab1dfb5
commit 7211d4acaa

View file

@ -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()