]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
Cleanup frame flushing.
[gnu-emacs] / src / dispnew.c
index 00abf65248c93f6e6199f6608daa6508d51d69e7..74ecfa88bde8df4330073c285d43423de43de03f 100644 (file)
@@ -3068,7 +3068,7 @@ update_frame (struct frame *f, bool force_p, bool inhibit_hairy_id_p)
         at least the fringes are not redrawn in a timely manner.  ++kfs */
       if (f->force_flush_display_p)
        {
-         FRAME_RIF (f)->flush_display (f);
+         flush_frame (f);
          f->force_flush_display_p = 0;
        }
     }