# HG changeset patch # User Fred Pierresteguy # Date 764494616 0 # Node ID 0d4be1fbfb4d3d9fd13a3b44486e15915c39196c # Parent ce4fbb055f877b5b02784a9b50fe705b1387396b (Fx_create_frame): Add USE_X_TOOLKIT conditional around the call to initialize_frame_menubar. diff -r ce4fbb055f87 -r 0d4be1fbfb4d src/xfns.c --- a/src/xfns.c Wed Mar 23 22:55:59 1994 +0000 +++ b/src/xfns.c Thu Mar 24 07:36:56 1994 +0000 @@ -2136,8 +2136,10 @@ or making it visible won't work. */ Vframe_list = Fcons (frame, Vframe_list); +#ifdef USE_X_TOOLKIT /* Compute the size of the menubar and display it. */ initialize_frame_menubar (f); +#endif /* USE_X_TOOLKIT */ /* Make the window appear on the frame and enable display, unless the caller says not to. */