From: Richard M. Stallman Date: Sat, 22 Oct 1994 03:27:46 +0000 (+0000) Subject: (other_visible_frames): Pass a frame ptr to x_sync. X-Git-Tag: emacs-19.34~6207 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0509a40110433be7e2a0963a788e4fd17658837;p=emacs.git (other_visible_frames): Pass a frame ptr to x_sync. --- 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