From f0971416626f5b2b1e64a8c9bc86734e81a193e8 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:18:40 +0200 Subject: Move member q_width from class Fl_Font_Descriptor to Fl_Quartz_Font_Descriptor. That's because this member is used only in Fl_Quartz_Font_Descriptor. --- FL/Fl_Graphics_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 2898aa527..16b39f03b 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -390,7 +390,7 @@ public: Fl_Fontsize size; /**< font size */ Fl_Font_Descriptor(const char* fontname, Fl_Fontsize size); FL_EXPORT ~Fl_Font_Descriptor() {} - short ascent, descent, q_width; + short ascent, descent; unsigned int listbase;// base of display list, 0 = none }; -- cgit v1.2.3