mirror of
https://github.com/fltk/fltk.git
synced 2026-05-25 00:53:39 +08:00
Removed some of the warnings mentioned in [fltk.coredev] New warnings with FLTK 1.3.x svn r9991
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9993 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -198,6 +198,7 @@ class Clip {
|
||||
void rtl_draw(const char* s, int n, int x, int y);
|
||||
void font(int face, int size);
|
||||
double width(const char *, int);
|
||||
double width(unsigned int u);
|
||||
void text_extents(const char *c, int n, int &dx, int &dy, int &w, int &h);
|
||||
int height();
|
||||
int descent();
|
||||
|
||||
Reference in New Issue
Block a user