#endif /* !HAVE_NS */
-#endif /* HAVE_WINDOW_SYSTEM */
-
-INLINE void
-flush_frame (struct frame *f)
-{
- struct redisplay_interface *rif = FRAME_RIF (f);
-
- if (rif && rif->flush_display)
- rif->flush_display (f);
-}
-
/* Convert character coordinates X and Y to pixel
coordinates PIX_X and PIX_Y on frame F. */
frame_set_mouse_pixel_position (f, pix_x, pix_y);
}
+#endif /* HAVE_WINDOW_SYSTEM */
+
+INLINE void
+flush_frame (struct frame *f)
+{
+ struct redisplay_interface *rif = FRAME_RIF (f);
+
+ if (rif && rif->flush_display)
+ rif->flush_display (f);
+}
+
/***********************************************************************
Multimonitor data
***********************************************************************/