diff options
Diffstat (limited to 'src/Fl_mac.cxx')
| -rw-r--r-- | src/Fl_mac.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index eb239a0c2..d97d3b644 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -127,7 +127,7 @@ void fl_reset_spot() { } -void fl_set_spot(int font, int size, int x, int y, int w, int h) +void fl_set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win) { } |
