changeset 9648:14b1481b7c6d

(other_visible_frames): Pass a frame ptr to x_sync.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Oct 1994 03:27:46 +0000
parents c27b8baa6aa4
children 910da93766c8
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sat Oct 22 02:54:46 1994 +0000
+++ b/src/frame.c	Sat Oct 22 03:27:46 1994 +0000
@@ -788,7 +788,7 @@
 #ifdef HAVE_X_WINDOWS
 	  if (FRAME_X_P (XFRAME (this)))
 	    {
-	      x_sync (this);
+	      x_sync (XFRAME (this));
 	      FRAME_SAMPLE_VISIBILITY (XFRAME (this));
 	    }
 #endif