From 6e9a1630357a21c6ef6357cdde324ae89a565826 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
-int fl_add_symbol(const char *name, void (*drawit)(Fl_Color), int scalable) +int fl_add_symbol(const char *name, void (*drawit)(Fl_Color), int scalable)
name is the name of the symbol without the "@"; scalable @@ -541,7 +541,7 @@ must be set to 1 if the symbol is generated using scalable vector drawing functions.
-int fl_draw_symbol(const char *name,int x,int y,int w,int h,Fl_Color col) +int fl_draw_symbol(const char *name,int x,int y,int w,int h,Fl_Color col)
This function draw a named symbol fitting the given rectangle. -- cgit v1.2.3