Browse Source

Change public cairo includes

tags/v1.3.1000
Jonathan Moore Liles 13 years ago
parent
commit
259307e6ad
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      FL/Fl_Cairo.H

+ 3
- 3
FL/Fl_Cairo.H View File

@@ -39,11 +39,11 @@
# include <FL/Fl_Export.H> # include <FL/Fl_Export.H>


# if defined(USE_X11) // X11 # if defined(USE_X11) // X11
# include <cairo-xlib.h>
# include <cairo/cairo-xlib.h>
# elif defined(WIN32) # elif defined(WIN32)
# include <cairo-win32.h>
# include <cairo/cairo-win32.h>
# elif defined(__APPLE_QUARTZ__) # elif defined(__APPLE_QUARTZ__)
# include <cairo-quartz.h>
# include <cairo/cairo-quartz.h>
# else # else
# error Cairo is not supported on that platform. # error Cairo is not supported on that platform.
# endif # endif


Loading…
Cancel
Save