diff options
Diffstat (limited to 'src/fl_cursor.cxx')
| -rw-r--r-- | src/fl_cursor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 609f91eef..7dcad6eb3 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -182,8 +182,8 @@ CGContextRef CreateWatchImage(void) fl_pie(-r, -r, 2*r, 2*r, 0, 360); fl_color(FL_BLACK); fl_circle(0,0,r); - fl_xyline(0, 0, -r*.7); - fl_xyline(0, 0, 0, -r*.7); + fl_xyline(0, 0, int(-r*.7)); + fl_xyline(0, 0, 0, int(-r*.7)); fl_end_offscreen(); return (CGContextRef)off; } |
