X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fframe.c;h=bd85ae4e74b85de44db92cf8cfa58560e0cb6afb;hb=9e004122928715a7579fcbfaf2e85155ac78a432;hp=2fcd5396129f4b64bf02afa64330fdb8ccb96cfe;hpb=c1191056c64c77073f1a3bdae1d6ca4eb4a08627;p=chise%2Fxemacs-chise.git diff --git a/src/frame.c b/src/frame.c index 2fcd539..bd85ae4 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1838,7 +1838,7 @@ Note also: Warping the mouse is contrary to the ICCCM, so be very sure struct window *w; int pix_x, pix_y; - CHECK_WINDOW (window); + CHECK_LIVE_WINDOW (window); CHECK_INT (x); CHECK_INT (y); @@ -1862,7 +1862,7 @@ before calling this function on it, like this. { struct window *w; - CHECK_WINDOW (window); + CHECK_LIVE_WINDOW (window); CHECK_INT (x); CHECK_INT (y);