summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-22 13:22:03 +0000
committerManolo Gouy <Manolo>2016-09-22 13:22:03 +0000
commit0e336558537bd0af1c3bb2434a277091824e637c (patch)
treec0ead65b0cd6f0f43f5e0fe514946d6edfb1cb62 /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
parent02535d122296b00a99fa30e0253f83c82f177894 (diff)
Fl_Screen_Driver class: its platform dependent member functions should not be static.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11966 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
index 0fc1e1cbe..6e2d65772 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
+++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
@@ -80,6 +80,9 @@ public:
virtual Fl_Font set_fonts(const char *name);
virtual int get_font_sizes(Fl_Font fnum, int*& sizep);
virtual const char* get_font_name(Fl_Font fnum, int* ap);
+ virtual const char *font_name(int num);
+ virtual void font_name(int num, const char *name);
+ virtual unsigned font_desc_size();
};