keysAbsResizeWindow (dx, dy) (ax, ay) changes the width by
dx and the height by
dy, leaving the screen absolute
point
(ax, ay) fixed.
For example:
keysAbsResizeWindow (10, 10) (0, 0) -- enlarge the window; if it is not in the top-left corner it will also be moved down and to the right.