# HG changeset patch # User Richard M. Stallman # Date 782796466 0 # Node ID 14b1481b7c6d12764041cbce025f5a9ce61d627c # Parent c27b8baa6aa4cc99dda496e7f455c516620243a7 (other_visible_frames): Pass a frame ptr to x_sync. diff -r c27b8baa6aa4 -r 14b1481b7c6d src/frame.c --- 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