From b0509a40110433be7e2a0963a788e4fd17658837 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 Oct 1994 03:27:46 +0000 Subject: [PATCH] (other_visible_frames): Pass a frame ptr to x_sync. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 14fc9388b1a..dc5d37d388a 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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 -- 2.39.5