+2008-03-14 Eli Zaretskii <eliz@gnu.org>
+
+ * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
+
2008-03-14 Jason Rumney <jasonr@gnu.org>
* w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
extern HMENU current_popup_menu;
static int menubar_in_use = 0;
-/* From w32uniscribe.h */
-#ifdef USE_FONT_BACKEND
-extern void syms_of_w32uniscribe ();
-extern int uniscribe_available;
-#endif
-
\f
/* Error if we are not connected to MS-Windows. */
void
{
/* Perhaps, we must allow frame parameter, say `font-backend',
to specify which font backends to use. */
- if (uniscribe_available)
- register_font_driver (&uniscribe_font_driver, f);
register_font_driver (&w32font_driver, f);
x_default_parameter (f, parameters, Qfont_backend, Qnil,
/* MessageBox does not work without this when linked to comctl32.dll 6.0. */
InitCommonControls ();
-#ifdef USE_FONT_BACKEND
- syms_of_w32uniscribe ();
-#endif
}
#undef abort