FLTK logo

[master] b4686f0 - Restore building with --disable-xft

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] b4686f0 - Restore building with --disable-xft "ManoloFLTK" Sep 01, 2022  
 
commit b4686f0e5bc4cd871eab50e5e474a8c55ad61845
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Thu Sep 1 11:45:27 2022 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Thu Sep 1 11:45:27 2022 +0200

    Restore building with --disable-xft

 src/drivers/X11/Fl_X11_Gl_Window_Driver.cxx | 3 +++
 1 file changed, 3 insertions(+)

diff --git src/drivers/X11/Fl_X11_Gl_Window_Driver.cxx src/drivers/X11/Fl_X11_Gl_Window_Driver.cxx
index b85aadd..597801a 100644
--- src/drivers/X11/Fl_X11_Gl_Window_Driver.cxx
+++ src/drivers/X11/Fl_X11_Gl_Window_Driver.cxx
@@ -25,6 +25,9 @@
 #  if ! defined(GLX_VERSION_1_3)
 #    typedef void *GLXFBConfig;
 #  endif
+#if ! USE_XFT
+#  include "../Xlib/Fl_Font.H"
+#endif
 
 
 // Describes crap needed to create a GLContext.
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.