diff options
| author | Richard M. Stallman | 1994-10-22 03:27:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-22 03:27:46 +0000 |
| commit | b0509a40110433be7e2a0963a788e4fd17658837 (patch) | |
| tree | 69cd92b664ea2f5270f646d99a480748629d3b7a /src | |
| parent | de01bf7dcf315e2e42dc0ab83ac50098e3f8ceca (diff) | |
| download | emacs-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.c | 2 |
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 |