1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 21:50:37 -08:00

(ClipboardSequence_Proc): New type.

This commit is contained in:
Jason Rumney 2003-07-06 21:57:33 +00:00
parent 4698665ff5
commit 0390f99158

View 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) ();