comparison src/frame.c @ 6921:50060d486c47

(Fset_frame_position): Pass new arg to x_set_offset.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Apr 1994 06:15:42 +0000
parents c976ac5d85ec
children 88c4c40c8bd6
comparison
equal deleted inserted replaced
6920:52ec40c3f037 6921:50060d486c47
1544 f = XFRAME (frame); 1544 f = XFRAME (frame);
1545 1545
1546 /* I think this should be done with a hook. */ 1546 /* I think this should be done with a hook. */
1547 #ifdef HAVE_X_WINDOWS 1547 #ifdef HAVE_X_WINDOWS
1548 if (FRAME_X_P (f)) 1548 if (FRAME_X_P (f))
1549 x_set_offset (f, XINT (xoffset), XINT (yoffset)); 1549 x_set_offset (f, XINT (xoffset), XINT (yoffset), 1);
1550 #endif 1550 #endif
1551 1551
1552 return Qt; 1552 return Qt;
1553 } 1553 }
1554 1554