aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 5bc94c832fc..c737632a41f 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -731,3 +731,5 @@ int image_ascent P_ ((struct image *, struct face *));
731 ? UNICODE_FONT \ 731 ? UNICODE_FONT \
732 : ((CHARSET_DIMENSION (CHAR_CHARSET ((ch))) == 1) \ 732 : ((CHARSET_DIMENSION (CHAR_CHARSET ((ch))) == 1) \
733 ? BDF_1D_FONT : BDF_2D_FONT)) 733 ? BDF_1D_FONT : BDF_2D_FONT))
734
735typedef DWORD (WINAPI * ClipboardSequence_Proc) ();