diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 11:52:21 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 11:52:21 +0100 |
| commit | 868ab9696fb51628afac1ea10f7df6a27907a089 (patch) | |
| tree | 921ca16bea3f59a4e64c67c268936e0dbc112ad3 /src/Fl_x.cxx | |
| parent | b055b82eb26738cd2170309ce476d9f1451204c0 (diff) | |
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 0a8f80d50..67f9df744 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -42,7 +42,7 @@ # include "drivers/X11/Fl_X11_Window_Driver.H" # include "drivers/Unix/Fl_Unix_System_Driver.H" #if FLTK_USE_CAIRO -# include "drivers/Cairo/Fl_Display_Cairo_Graphics_Driver.H" +# include "drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.H" #else # include "drivers/Xlib/Fl_Xlib_Graphics_Driver.H" #endif |
