Mercurial > hg > xemacs-beta
comparison src/frame.c @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | 41dbb7a9d5f2 |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
1836 (window, x, y)) | 1836 (window, x, y)) |
1837 { | 1837 { |
1838 struct window *w; | 1838 struct window *w; |
1839 int pix_x, pix_y; | 1839 int pix_x, pix_y; |
1840 | 1840 |
1841 CHECK_WINDOW (window); | 1841 CHECK_LIVE_WINDOW (window); |
1842 CHECK_INT (x); | 1842 CHECK_INT (x); |
1843 CHECK_INT (y); | 1843 CHECK_INT (y); |
1844 | 1844 |
1845 /* Warping the mouse will cause EnterNotify and Focus events under X. */ | 1845 /* Warping the mouse will cause EnterNotify and Focus events under X. */ |
1846 w = XWINDOW (window); | 1846 w = XWINDOW (window); |
1860 */ | 1860 */ |
1861 (window, x, y)) | 1861 (window, x, y)) |
1862 { | 1862 { |
1863 struct window *w; | 1863 struct window *w; |
1864 | 1864 |
1865 CHECK_WINDOW (window); | 1865 CHECK_LIVE_WINDOW (window); |
1866 CHECK_INT (x); | 1866 CHECK_INT (x); |
1867 CHECK_INT (y); | 1867 CHECK_INT (y); |
1868 | 1868 |
1869 /* Warping the mouse will cause EnterNotify and Focus events under X. */ | 1869 /* Warping the mouse will cause EnterNotify and Focus events under X. */ |
1870 w = XWINDOW (window); | 1870 w = XWINDOW (window); |