Mercurial > hg > xemacs-beta
diff src/frame-x.c @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 12579d965149 |
children | b2472a1930f2 |
line wrap: on
line diff
--- a/src/frame-x.c Mon Aug 13 10:11:42 2007 +0200 +++ b/src/frame-x.c Mon Aug 13 10:12:37 2007 +0200 @@ -540,7 +540,7 @@ { Position x, y; if (!XtWindow(shell)) - return make_int (0); + return Qzero; x_get_top_level_position (XtDisplay (shell), XtWindow (shell), &x, &y); FROB (Qleft, make_int (x)); FROB (Qtop, make_int (y));