mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not HAVE_X_WINDOWS.
This commit is contained in:
parent
874e20d395
commit
f7cc6849e5
@ -193,9 +193,11 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "charset.h"
|
||||
#include "frame.h"
|
||||
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
#include "fontset.h"
|
||||
#endif
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
#include "xterm.h"
|
||||
#include "fontset.h"
|
||||
#ifdef USE_MOTIF
|
||||
#include <Xm/Xm.h>
|
||||
#include <Xm/XmStrDefs.h>
|
||||
@ -3964,6 +3966,8 @@ DEFUN ("internal-set-lisp-face-attribute-from-resource",
|
||||
|
||||
#ifdef USE_X_TOOLKIT
|
||||
|
||||
#include "../lwlib/lwlib-utils.h"
|
||||
|
||||
/* Structure used to pass X resources to functions called via
|
||||
XtApplyToWidgets. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user