(other_visible_frames): Pass a frame ptr to x_sync.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 1994 03:27:46 +0000 (03:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 1994 03:27:46 +0000 (03:27 +0000)
src/frame.c

index 14fc938..dc5d37d 100644 (file)
@@ -788,7 +788,7 @@ other_visible_frames (f)
 #ifdef HAVE_X_WINDOWS
          if (FRAME_X_P (XFRAME (this)))
            {
-             x_sync (this);
+             x_sync (XFRAME (this));
              FRAME_SAMPLE_VISIBILITY (XFRAME (this));
            }
 #endif