(row_equal_p, update_window_line): Compare fringe bitmaps
[bpt/emacs.git] / src / w32term.h
index 5bc94c8..de28620 100644 (file)
@@ -731,3 +731,8 @@ int image_ascent P_ ((struct image *, struct face *));
    ? UNICODE_FONT                                      \
    : ((CHARSET_DIMENSION (CHAR_CHARSET ((ch))) == 1)   \
       ? BDF_1D_FONT : BDF_2D_FONT))
+
+typedef DWORD (WINAPI * ClipboardSequence_Proc) ();
+
+/* arch-tag: f201d05a-1240-4fc5-8ea4-ca24d4ee5671
+   (do not change this comment) */