mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 00:06:20 +08:00
Fix missing files in Makefile system
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11144 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -44,6 +44,7 @@ CPPFILES = \
|
||||
Fl_File_Chooser2.cxx \
|
||||
Fl_File_Icon.cxx \
|
||||
Fl_File_Input.cxx \
|
||||
Fl_Graphics_Driver.cxx \
|
||||
Fl_Group.cxx \
|
||||
Fl_Help_View.cxx \
|
||||
Fl_Image.cxx \
|
||||
@@ -233,6 +234,7 @@ QUARTZCPPFILES = \
|
||||
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx
|
||||
|
||||
XLIBCPPFILES = \
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver.cxx \
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_arci.cxx \
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx \
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_image.cxx \
|
||||
@@ -247,6 +249,7 @@ XLIBXFTFILES = \
|
||||
drivers/Xlib/Fl_Xlib_Graphics_Driver_font_xft.cxx
|
||||
|
||||
GDICPPFILES = \
|
||||
drivers/GDI/Fl_GDI_Graphics_Driver.cxx \
|
||||
drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx \
|
||||
drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx \
|
||||
drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx \
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <config.h>
|
||||
#include "../../config_lib.h"
|
||||
#include "Fl_Xlib_Graphics_Driver.h"
|
||||
#include <string.h>
|
||||
|
||||
#if HAVE_XRENDER
|
||||
#include <X11/extensions/Xrender.h>
|
||||
|
||||
Reference in New Issue
Block a user