]> git.eshelyaron.com Git - emacs.git/commitdiff
(ClipboardSequence_Proc): New type.
authorJason Rumney <jasonr@gnu.org>
Sun, 6 Jul 2003 21:57:33 +0000 (21:57 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 6 Jul 2003 21:57:33 +0000 (21:57 +0000)
src/w32term.h

index 5bc94c832fc36a751e858d2a9b6e25b534bccc53..c737632a41f1737a585c7cd248fc268d62410245 100644 (file)
@@ -731,3 +731,5 @@ 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) ();