summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-20 10:16:32 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-20 10:16:32 +0200
commit7deff86b5d70ca3f8a1ed4cbbc251c7fa31444dd (patch)
tree2db3bd085b063df3d2f7485cdf42ce529d86a42d /src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H
parentb24379133fff4c55b0eb1a0e82c71dca33474acc (diff)
Remove FL_EXPORT qualifier from platform-specific class declarations.
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H')
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H
index 016da8f23..5440b53bd 100644
--- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H
+++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H
@@ -51,7 +51,7 @@ struct _XRegion {
This class is implemented only on the Xlib platform.
*/
-class FL_EXPORT Fl_Xlib_Graphics_Driver : public Fl_Scalable_Graphics_Driver {
+class Fl_Xlib_Graphics_Driver : public Fl_Scalable_Graphics_Driver {
private:
int offset_x_, offset_y_; // translation between user and graphical coordinates: graphical = user + offset
unsigned depth_; // depth of translation stack