aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-22 03:27:46 +0000
committerRichard M. Stallman1994-10-22 03:27:46 +0000
commitb0509a40110433be7e2a0963a788e4fd17658837 (patch)
tree69cd92b664ea2f5270f646d99a480748629d3b7a /src
parentde01bf7dcf315e2e42dc0ab83ac50098e3f8ceca (diff)
downloademacs-b0509a40110433be7e2a0963a788e4fd17658837.tar.gz
emacs-b0509a40110433be7e2a0963a788e4fd17658837.zip
(other_visible_frames): Pass a frame ptr to x_sync.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
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)
788#ifdef HAVE_X_WINDOWS 788#ifdef HAVE_X_WINDOWS
789 if (FRAME_X_P (XFRAME (this))) 789 if (FRAME_X_P (XFRAME (this)))
790 { 790 {
791 x_sync (this); 791 x_sync (XFRAME (this));
792 FRAME_SAMPLE_VISIBILITY (XFRAME (this)); 792 FRAME_SAMPLE_VISIBILITY (XFRAME (this));
793 } 793 }
794#endif 794#endif