mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Made GDI compilation work again
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11059 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
\brief Definition of MSWindows GDI graphics driver.
|
\brief Definition of MSWindows GDI graphics driver.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FL_CFG_GFX_GDI_H
|
#ifndef FL_GDI_GRAPHICS_DRIVER_H
|
||||||
#define FL_CFG_GFX_GDI_H
|
#define FL_GDI_GRAPHICS_DRIVER_H
|
||||||
|
|
||||||
#include <FL/Fl_Device.H>
|
#include <FL/Fl_Device.H>
|
||||||
|
|
||||||
@@ -109,7 +109,7 @@ protected:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // FL_CFG_GFX_GDI_H
|
#endif // FL_GDI_GRAPHICS_DRIVER_H
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id$".
|
// End of "$Id$".
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
// Implementation of fl_color(i), fl_color(r,g,b).
|
// Implementation of fl_color(i), fl_color(r,g,b).
|
||||||
|
|
||||||
|
#include <FL/Fl_Device.H>
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include "config_lib.h"
|
#include "config_lib.h"
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ int fl_line_width_ = 0;
|
|||||||
|
|
||||||
#ifdef FL_CFG_GFX_GDI
|
#ifdef FL_CFG_GFX_GDI
|
||||||
|
|
||||||
# include "drivers/GDI/Fl_GDI_Graphics_Driver_style.cxx"
|
# include "drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -23,9 +23,11 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# include "fl_set_fonts_win32.cxx"
|
//# include "fl_set_fonts_win32.cxx"
|
||||||
|
// now included for fl_font.cxx, but will be its own source code module in drivers/Xlib/Fl_Xlib_Graphics_Driver_font..."
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
# include "fl_set_fonts_mac.cxx"
|
//# include "fl_set_fonts_mac.cxx"
|
||||||
|
// now included for fl_font.cxx, but will be its own source code module in drivers/Xlib/Fl_Xlib_Graphics_Driver_font..."
|
||||||
#elif USE_XFT
|
#elif USE_XFT
|
||||||
//# include "fl_set_fonts_xft.cxx"
|
//# include "fl_set_fonts_xft.cxx"
|
||||||
// now included for fl_font.cxx, but will be its own source code module in drivers/Xlib/Fl_Xlib_Graphics_Driver_font..."
|
// now included for fl_font.cxx, but will be its own source code module in drivers/Xlib/Fl_Xlib_Graphics_Driver_font..."
|
||||||
|
|||||||
Reference in New Issue
Block a user