mirror of https://github.com/fltk/fltk
First step cleaning up the IDE jungle:
- renamed ide/unsupported to ide/deprecated - fixed ide/vc2005 to make it compatible with VC++ 2010 Express (this was not really what we wanted, but I couldn't convert the older IDE files with VC++ 2010 Express) - FL/Fl_Device.H: fixed missing FL_EXPORT for building the FLTK dll (STR #2393). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7666 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
c835c08bb3
commit
c2539883fb
|
@ -49,11 +49,11 @@ class Fl_Graphics_Driver;
|
|||
class Fl_Display_Device;
|
||||
class Fl_Surface_Device;
|
||||
/** \brief Points to the driver that currently receives all graphics requests */
|
||||
extern Fl_Graphics_Driver *fl_graphics_driver;
|
||||
FL_EXPORT extern Fl_Graphics_Driver *fl_graphics_driver;
|
||||
/** \brief Points to the surface that currently receives all graphics requests */
|
||||
extern Fl_Surface_Device *fl_surface;
|
||||
FL_EXPORT extern Fl_Surface_Device *fl_surface;
|
||||
/** \brief Points to the platform's display */
|
||||
extern Fl_Display_Device *fl_display_device;
|
||||
FL_EXPORT extern Fl_Display_Device *fl_display_device;
|
||||
|
||||
/**
|
||||
signature of image generation callback function.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue