mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
Fixed bug for number of arguments to call: move_frame only takes three arguments.
This commit is contained in:
@@ -87,7 +87,7 @@ var oldbindings = {
|
||||
// See https://github.com/gTile/gTile/commit/fc68797015e13143f74606fcbb9d48859f55dca9 by jshack88.
|
||||
function moveAppCoordinates(app, x, y, w, h) {
|
||||
_log("Moving window to ("+x+","+y+"), size ("+w+","+h+")" );
|
||||
app.move_frame(true, x, y, w, h);
|
||||
app.move_frame(true, x, y);
|
||||
app.move_resize_frame(true, x, y, w, h);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user