diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-20 08:37:21 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-07-20 08:37:21 +0200 |
| commit | 4ae905cc9d6e17c0175becb874765071cec56f1d (patch) | |
| tree | b7f9806a76e057e498d93263e63875287aee4d46 /FL | |
| parent | 536c32ee99362c592db0ac2850c90bdabfd68038 (diff) | |
Change prototype of virtual Fl_Graphics_Driver::pango_font_description().
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 16b39f03b..c9c073775 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -367,7 +367,7 @@ public: virtual void overlay_rect(int x, int y, int w , int h); virtual float override_scale(); virtual void restore_scale(float); - virtual PangoFontDescription* pango_font_description(Fl_Font) { return NULL; } + virtual PangoFontDescription* pango_font_description() { return NULL; } virtual void antialias(int state); virtual int antialias(); virtual void delete_bitmask(fl_uintptr_t bm); |
