summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-26 07:52:21 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-03-26 07:52:21 +0100
commit4657e988f7e351020876172218a5534e739bd18e (patch)
tree8f7f314864e750194344e01a862e53730bb7db68 /FL/Fl_Graphics_Driver.H
parent4951fd1801e94915e462c0fa96765f8ee2187b16 (diff)
Remove X11-specific code from platform-independent Fl_PostScript.cxx
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index 9d2b85f26..58ea0062a 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -51,6 +51,7 @@ FL_EXPORT extern Fl_Graphics_Driver *fl_graphics_driver;
typedef void (*Fl_Draw_Image_Cb)(void* data,int x,int y,int w,uchar* buf);
struct Fl_Fontdesc;
+typedef struct _PangoFontDescription PangoFontDescription;
#define FL_REGION_STACK_SIZE 10
#define FL_MATRIX_STACK_SIZE 32
@@ -370,6 +371,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 fnum) { return NULL; }
};
#ifndef FL_DOXYGEN